-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add support for UECM Registration and Deregistration for a PDU Session #92
Conversation
} | ||
} | ||
}() | ||
if localErr == nil { |
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.
smCtx.UeCmRegistered = false
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.
Thanks, As suggested, updated the state in the UeCmDeregistration()
internal/sbi/producer/pdu_session.go
Outdated
} else { | ||
logger.PduSessLog.Traceln("UECM_DeRegistration successful") | ||
} | ||
smContext.UeCmRegistered = false |
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.
should change the state in UeCmDeregistration()
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.
Thanks. Removed the code duplication and set the state inside UeCmDeregistration()
Hi @saileshvvr Thanks for your PRs. |
Hi @ianchen0119 |
Hi @ianchen0119 |
Hi @ianchen0119 |
Hi @saileshvvr This PR will also be reviewed by @tim-ywliu Thank you. |
Thanks @ianchen0119 |
Added support in SMF for UECM Registration and Deregistration for a PDU Session