Cleanup: NGAP reconnection debug log#227
Merged
1 commit merged intoJul 4, 2026
Merged
Conversation
|
|
Collaborator
|
CI Build: #442 | Not performing CI due to the absence of one of the following mandatory labels:
|
a33f79e to
dfd5e4d
Compare
Collaborator
|
CI Build: #443 | Not performing CI due to the absence of one of the following mandatory labels:
|
rorsc
approved these changes
Jun 25, 2026
Merged
Member
|
we cannot merge as is. You have to sign the commit as described here: https://github.com/duranta-project/openairinterface5g/blob/develop/CONTRIBUTING.md#commit-guidelines please also upload the signing key to github, so I can see it is signed properly. |
dfd5e4d to
6f55f60
Compare
Contributor
Author
|
I have signed this properly as the "verified" tag is now visible. |
rorsc
approved these changes
Jun 25, 2026
rorsc
added a commit
that referenced
this pull request
Jun 25, 2026
…tion_2026_w26 Cleanup: NGAP reconnection debug log (#227) I was using this print statement just for debugging Also this debug statement should be shown only after reconnecting not at the first connection. Reviewed-by: Robert Schmidt <robert.schmidt@openairinterface.org>
Member
|
there is still a problem, you did not |
This debug log should be shown only after reconnecting not at the first connection. Signed-off-by: aswanthkc <a.kallangaattuvalasu@northeastern.edu>
6f55f60 to
274d999
Compare
Contributor
Author
|
Verified and signed off are present now. Thanks |
rorsc
approved these changes
Jun 30, 2026
Merged
0dab3bb
sakthivelvelumani
pushed a commit
to sakthivelvelumani/openairinterface5g
that referenced
this pull request
Jul 4, 2026
…tion_2026_w27 Cleanup: NGAP reconnection debug log (duranta-project#227) I was using this print statement just for debugging Also this debug statement should be shown only after reconnecting not at the first connection. Reviewed-by: Robert Schmidt <robert.schmidt@openairinterface.org>
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.
I was using this print statement just for debugging
Also this debug statement should be shown only after
reconnecting not at the first connection.