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

DeviceGroup, Subscribers Config Update changes #36

Merged
merged 5 commits into from Sep 20, 2021

Conversation

vthiruveedula
Copy link
Contributor

No description provided.

deleteConfigHss(client, val)
}
}

for _, imsi := range devGroup.Imsis {
Copy link
Contributor

Choose a reason for hiding this comment

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

We end up in adding all IMSI's again...
e.g.
if device group had IMSI1, IMSI2
Now if I remove IMSI2 from the group, then with new code we send delete IMSI2. and then we are sending IMSI1 addition again.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, you are right. i add logic to get newly added imsi list also.

@@ -19,7 +19,6 @@ import (

"github.com/free5gc/MongoDBLibrary"
mongoDBLibLogger "github.com/free5gc/MongoDBLibrary/logger"
//"github.com/free5gc/http2_util"
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove this

@@ -760,17 +760,24 @@ func DeleteSubscriberByID(c *gin.Context) {

ueId := c.Param("ueId")

filterUeIdOnly := bson.M{"ueId": ueId}
Copy link
Contributor

Choose a reason for hiding this comment

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

I thought this is already committed.

@thakurajayL thakurajayL merged commit 57955b4 into onf-release3.0.5 Sep 20, 2021
@vthiruveedula vthiruveedula deleted the sdcore-458-dev branch October 20, 2021 08:43
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

2 participants