Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

dariofaccin

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

View on GitHub

dariofaccin pushed 4 commits to TELCO-1556-propagate-subscriber-deletion dariofaccin/webconsole

View on GitHub

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

View on GitHub

dariofaccin pushed 2 commits to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
  • feat: delete UPF and gNB is propagated to NS (#279) * feat: delete UPF and gNB is propagated to NS Signed-off-by:... a1b39f2
  • Merge branch 'main' into TELCO-1401-fix-editing-mbr bee58af

View on GitHub

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

View on GitHub

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...

View on GitHub

dariofaccin pushed 1 commit to TELCO-1401-fix-editing-mbr dariofaccin/webconsole

View on GitHub

dariofaccin pushed 1 commit to TELCO-1401-fix-editing-mbr dariofaccin/webconsole

View on GitHub

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.

View on GitHub

dariofaccin created a review on a pull request on omec-project/webconsole

View on GitHub

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.

View on GitHub

dariofaccin created a review on a pull request on omec-project/webconsole

View on GitHub

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...

View on GitHub

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...

View on GitHub

dariofaccin created a review on a pull request on omec-project/webconsole

View on GitHub

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

View on GitHub

dariofaccin pushed 2 commits to TELCO-1401-fix-editing-mbr dariofaccin/webconsole

View on GitHub

dariofaccin pushed 1 commit to TELCO-1401-fix-editing-mbr dariofaccin/webconsole

View on GitHub

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...

View on GitHub

dariofaccin created a review on a pull request on omec-project/webconsole

View on GitHub

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

View on GitHub

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

View on GitHub

dariofaccin pushed 4 commits to TELCO-1401-fix-editing-mbr dariofaccin/webconsole
  • chore(deps): bump go.mongodb.org/mongo-driver from 1.17.1 to 1.17.2 (#282) 01de112
  • chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 (#280) 9bcfd4c
  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#281) 3b49737
  • Merge branch 'main' into TELCO-1401-fix-editing-mbr 79d9d29

View on GitHub

dariofaccin pushed 3 commits to main dariofaccin/webconsole
  • chore(deps): bump go.mongodb.org/mongo-driver from 1.17.1 to 1.17.2 (#282) 01de112
  • chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 (#280) 9bcfd4c
  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#281) 3b49737

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

dariofaccin created a branch on dariofaccin/webconsole

TELCO-1401-fix-editing-mbr

Load more