Skip to content

Conversation

@rakeshgmtke
Copy link

  1. Update Autogen.sh scipt to handle new line with echo
  2. Rx xml added to and generated avp/codes/application file update with autogen.sh script

Update Autogen.sh scipt to handle new line with echo

echo cmd is updated with -e to avoid error adding new line.

-e     enable interpretation of backslash escapes

echo manual:
       If -e is in effect, the following sequences are recognized:

       \\     backslash

       \a     alert (BEL)

       \b     backspace

       \c     produce no further output

       \e     escape

       \f     form feed

       \n     new line

       \r     carriage return

       \t     horizontal tab

       \v     vertical tab

       \0NNN  byte with octal value NNN (1 to 3 digits)

       \xHH   byte with hexadecimal value HH (1 to 2 digits)

       NOTE: your shell may have its own version of echo, which usually supersedes the version described here.  Please refer to your shell's documentation for details about the options
       it supports.
Rx xml added to and generated avp/codes/application file update with autogen.sh script

default.go is added Rx xml from testdata/tgpp_rx.xml
@rakeshgmtke
Copy link
Author

Above changes can fix issue #208

@fiorix
Copy link
Owner

fiorix commented Jul 15, 2025

This cannot be merged until you update the package path back to the original. All of your code is now using your own clone and this change would break this repo.

Updated command URLs and added new AVPs for Push-Profile.
Removed obsolete User-Data-Request-Type AVP from XML.
Updated command documentation links and added missing AVPs for Push-Profile command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants