-
Notifications
You must be signed in to change notification settings - Fork 171
update autogen.sh and Rx xml addition #212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rakeshgmtke
wants to merge
15
commits into
fiorix:master
Choose a base branch
from
rakeshgmtke:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rakeshgmtke
commented
May 15, 2025
- Update Autogen.sh scipt to handle new line with echo
- 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
Author
|
Above changes can fix issue #208 |
Adding Cx interface support
Adding Cx interface support v2 handling UAR/MAR/LIR/SAR
This reverts commit 11d1ca5.
fiorix --> rakeshgmtke
Owner
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.