Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
dariofaccin opened a pull request on omec-project/webconsole
feat: propagate Subscriber deletion to Device Groups
# Issue When we DELETE a subscriber, information is removed from `subscriptionData.provisionedData.amData` and . However, if a device group contains a reference to this subscriber in `imsis` list,...dariofaccin pushed 1 commit to TELCO-1556-propagate-subscriber-deletion dariofaccin/webconsole
- fix: use imsi instead of ueId Signed-off-by: Dario Faccin <[email protected]> 69f69fe
dariofaccin pushed 4 commits to TELCO-1556-propagate-subscriber-deletion dariofaccin/webconsole
- revert changes Signed-off-by: Dario Faccin <[email protected]> 15a3a76
- fix: return empty subscribers list and handle DB failure Signed-off-by: Dario Faccin <[email protected]> 58eb6d5
- chore: update unit tests Signed-off-by: Dario Faccin <[email protected]> b81328a
- feat: send update DGs message to propagate Subscriber deletion Signed-off-by: Dario Faccin <[email protected]> b9e7ddf
dariofaccin pushed 6 commits to main dariofaccin/webconsole
- feat: Improves validation of the NetworkSlice, DeviceGroup, UPF and gNB names (#293) * Adds validation of the Networ... 439d873
- chore(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0 (#296) 69c2817
- chore(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#295) eafe41b
- feat: implement PUT for inventory UPF (#278) * feat: edit upf Signed-off-by: Patricia Reinoso <patricia.reinoso@c... 15b63f7
- feat: propagate inventory edition to NS DB and NFs (#297) * first draft of edit gNB Signed-off-by: Patricia Reino... 6b02a76
- Update version (#298) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-... 3ec9afa
dariofaccin pushed 2 commits to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
dariofaccin pushed 5 commits to main dariofaccin/webconsole
- chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#290) afca922
- chore(deps): bump golang from 1.23.4-bookworm to 1.23.5-bookworm (#289) 79341fb
- chore(deps): bump github.com/omec-project/util from 1.2.8 to 1.2.11 (#292) 6e8cc13
- chore(deps): bump github.com/omec-project/config5g from 1.5.5 to 1.5.6 (#288) b57c7ad
- feat: delete UPF and gNB is propagated to NS (#279) * feat: delete UPF and gNB is propagated to NS Signed-off-by:... a1b39f2
dariofaccin created a comment on a pull request on omec-project/webconsole
@gab-arrobo, these changes are used to update the subscriber data of a device group whenever the device group is updated. To see the changes the flow is the following: 1. create a device group (an...
dariofaccin pushed 1 commit to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
- chore: address review comments Signed-off-by: Dario Faccin <[email protected]> 91cd6d5
dariofaccin pushed 1 commit to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
- chore: address review comments Signed-off-by: Dario Faccin <[email protected]> ba37e35
dariofaccin created a review comment on a pull request on omec-project/webconsole
If `DevGroup` is nil we want to remove the subscribers data from the collections, but not update them. I don't fully understand the comment however.
dariofaccin created a review comment on a pull request on omec-project/webconsole
I don't see the point of adding `return nil` here: in line 427 we are returning the pointer (`return &subscriberAuthData`) which will already be `nil` if the unmarshalling failed.
dariofaccin created a review comment on a pull request on omec-project/webconsole
In `clientEvtHandler` when `5GMode` is disabled there are other functions (in this case, `postConfigHss`) that take care of the subscribers and these are using another functions (in this case, `add...
dariofaccin created a review comment on a pull request on omec-project/webconsole
In `clientEvtHandler` we are not istantiating the DBClient, therefore moving this function there will increase the imports and in general the complexity. In the client handler we are also already i...
dariofaccin pushed 2 commits to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
- chore: skip updating subscribers data during delete DG operation Signed-off-by: Dario Faccin <dario.faccin@canonical... ca19748
- fix: perform correct IMSI string check Signed-off-by: Dario Faccin <[email protected]> 4e8982e
dariofaccin pushed 2 commits to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
- fix: do not store provisioned IMSIs in memory Signed-off-by: Dario Faccin <[email protected]> 6ca96e2
- chore: add subscriber retrieval func Signed-off-by: Dario Faccin <[email protected]> 4e2bb9d
dariofaccin pushed 1 commit to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
- fix: do not store provisioned IMSIs in memory Signed-off-by: Dario Faccin <[email protected]> 94b81a1
dariofaccin created a review comment on a pull request on omec-project/webconsole
This issue looks to me independent from this PR, as [the same logic is already in place](https://github.com/omec-project/webconsole/blob/3b49737b5d7d232e39b69a1f06f99a18987c84ef/proto/server/config...
dariofaccin pushed 2 commits to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
- fix: update all subscribers belonging to the same DG when the DG is updated Signed-off-by: Dario Faccin <dario.facci... 5b6e40b
- fix: update only already provisioned IMSIs Signed-off-by: Dario Faccin <[email protected]> cca215e
dariofaccin opened a pull request on omec-project/webconsole
feat: propagate DG changes to all IMSIs
This PR aims to fix the issue for which Access Mobility Data, Session Management Data, SMF Selection Data and Policy Data for subscribers are not refreshed when the Device Group is updated. Befo...dariofaccin pushed 1 commit to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
- Merge branch 'main' into TELCO-1401-fix-editing-mbr 240599b
dariofaccin pushed 4 commits to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
dariofaccin pushed 3 commits to main dariofaccin/webconsole
dariofaccin pushed 1 commit to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
- fix: update all subscribers belonging to the same DG when the DG is updated Signed-off-by: Dario Faccin <dario.facci... 56bb426
dariofaccin pushed 1 commit to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
- fix: update all subscribers belonging to the same DG when the DG is updated Signed-off-by: Dario Faccin <dario.facci... 79b1126
dariofaccin pushed 1 commit to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
- fix: update all subscribers belonging to the same DG when the DG is updated Signed-off-by: Dario Faccin <dario.facci... f021f69