[lte][agw] Error indication handling#5956
Merged
ulaskozat merged 4 commits intomagma:masterfrom Apr 7, 2021
Merged
Conversation
Signed-off-by: Ulas Kozat <[email protected]>
Signed-off-by: Ulas Kozat <[email protected]>
Signed-off-by: Ulas Kozat <[email protected]>
06c4a34 to
f892e4b
Compare
talkhasib
approved these changes
Apr 6, 2021
| } | ||
|
|
||
| if ((ue_ref_p = s1ap_state_get_ue_mmeid((uint32_t) mme_ue_s1ap_id)) == NULL) { | ||
| OAILOG_INFO( |
Contributor
There was a problem hiding this comment.
Should this be warning level?
Signed-off-by: Ulas Kozat <[email protected]>
ulaskozat
added a commit
to ulaskozat/magma
that referenced
this pull request
Apr 15, 2021
* Add support for s1ap error indication message Signed-off-by: Ulas Kozat <[email protected]>
1 task
ulaskozat
added a commit
that referenced
this pull request
Apr 19, 2021
* Add support for s1ap error indication message Signed-off-by: Ulas Kozat <[email protected]>
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
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.
Summary
Test Plan
Integ tests for regression. S1AP support will be added to cover error indication signals in another PR once S1AP Tester itself is updated.
Spirent tests are conducted, where the issue is observed with at scale tests.
Before changes, we had:
After changes, an example of this handling:
Additional Information