Skip to content
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

fix: PDU session cannot be established if DNN contains a period(.) #14

Merged
merged 1 commit into from Nov 10, 2021
Merged

fix: PDU session cannot be established if DNN contains a period(.) #14

merged 1 commit into from Nov 10, 2021

Conversation

ianchen0119
Copy link
Contributor

@ianchen0119 ianchen0119 commented Nov 7, 2021

Refer to GitHub Issue #267

  • To replace all periods(.) in DNN to underscores(_) before subscription data be sent to the backend.
  • To replace all underscores(_) in DNN to periods(.) after subscription data be received from the backend.

After data transmission succeeds, let's check out the sm_data in MongoDB:

we can see that the key of DNN which contains periods(.), was replaced successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants