-
Notifications
You must be signed in to change notification settings - Fork 608
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
[lte][agw] Remove hardwired APN APMBR over S1 #5886
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Codecov Report
@@ Coverage Diff @@
## master #5886 +/- ##
==========================================
+ Coverage 33.93% 37.07% +3.14%
==========================================
Files 1127 984 -143
Lines 99124 89443 -9681
Branches 1307 1305 -2
==========================================
- Hits 33639 33164 -475
+ Misses 62191 52984 -9207
- Partials 3294 3295 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Ulas Kozat <kozat@fb.com>
Signed-off-by: Ulas Kozat <kozat@fb.com>
Signed-off-by: Ulas Kozat <kozat@fb.com>
* Send actual configured APN AMBR to RAN Signed-off-by: Ulas Kozat <kozat@fb.com>
Summary
Two changes are done:
Test Plan
Modified default APN AMBR values and dedicated QoS values in S1AP tester, run
test_attach_detach_dedicated.py
, capture pcap and check QoS parameters for APN and bearers.E.g., for:
pcap shows (discrepancy is due to specific way of quantizing the field):
and for:
pcap shows:
Additional Information