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

Spurious IMSI delete from configpod #57

Merged
merged 1 commit into from Oct 29, 2021

Conversation

thakurajayL
Copy link
Contributor

IMSIs were deleted from HSS & re-added. Due to groupName not
initialized in the DeviceGroupMessage

@thakurajayL thakurajayL changed the base branch from master to onf-release3.0.5 October 29, 2021 13:31
@@ -241,7 +241,7 @@ func NetworkSlicePostHandler(c *gin.Context, msgOp int) bool {

var msg configmodels.ConfigMessage
msg.MsgMethod = msgOp
msg.SliceName = sliceName
procReq.SliceName = sliceName
msg.MsgType = configmodels.Network_slice
msg.Slice = &procReq
msg.SliceName = sliceName
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have to set slicename in configMessage object because we are referring it to take copy of lastSlice snapshot

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment for devgroup too

IMSIs were deleted from HSS & re-added. Due to groupName not
initialized in the DeviceGroupMessage
@badhrinathpa badhrinathpa merged commit 0534804 into onf-release3.0.5 Oct 29, 2021
@thakurajayL thakurajayL deleted the dev-1.5.2/config-imsi-delete1 branch November 11, 2021 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants