Feature: User Service Announcement Channel#34
Open
davidjwbbc wants to merge 27 commits into
Open
Conversation
…ry to rt-common-shared
…nd UserDataIngSession by using weak_ptr in UserServiceAnnBundle
|
@davidjwbbc: I think the configuration options for exposure of the MBS User Service Announcement bundles should be under a separate section called |
Collaborator
Author
|
Configuration for User Service Announcement Bundle server has been moved to an mbsaf:
server:
- addr: 127.0.0.67
port: 8888I left a |
rjb1000
requested changes
May 29, 2026
rjb1000
left a comment
There was a problem hiding this comment.
Thanks for the adjustment to the mbsf.yaml configuration file format. Fine to use a servers section to allow for future expansion.
I just have a couple of suggestions to improve the comments in the example configuration file.
| server: | ||
| - addr: 127.0.0.67 # MBS-11 (to MBSTF) | ||
| port: 8888 | ||
| # - addr: 192.168.0.1 # MBS-1 (to AP) |
There was a problem hiding this comment.
Suggested change
| # - addr: 192.168.0.1 # MBS-1 (to AP) | |
| # - addr: 192.168.0.1 # MBS-1 (to MBS Application Provider) |
| port: 8888 | ||
| # - addr: 192.168.0.1 # MBS-1 (to AP) | ||
| # port: 8888 | ||
| # - addr: 10.0.45.1 # MBS-5 (to UE) |
There was a problem hiding this comment.
Suggested change
| # - addr: 10.0.45.1 # MBS-5 (to UE) | |
| # - addr: 10.0.45.1 # MBS-5 (to MBSF Client in UE) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addition of the User Service Announcement Channel to implement the
VIA_MBS_DISTRIBUTION_SESSIONmethod of User Service Announcement.If
VIA_MBS_DISTRIBUTION_SESSIONis requested as one of the service announcement modes when creating an MBS User Service, then when any of the MBS User Service's User Data Ingest Sessions are completely active then the announcement bundle is created for that User Data Ingest Session and added to the carousel provided by a special MBSTF Distribution Session which transmits the User Service Announcement Channel.The FLUTE TSI of the User Service Announcement channel is always 1 and the FLUTE TSI of other user requested Distribution Sessions starts from 2.
The other aspects of the User Service Announcement Channel are configured via the
mbsf.yamlconfiguration file using the following parameters:This also includes a few bug fixes that never made it into v0.2.0
Closes #7, #28, #30 and #32
This was tested using the following PRs: 5G-MAG/open5gs#38, 5G-MAG/rt-5gc-service-consumers#27 and 5G-MAG/rt-mbs-transport-function#61