Skip to content

Add MBSTF example tests to the 5MBS tutorials#233

Merged
jordijoangimenez merged 17 commits into5G-MAG:gh-pagesfrom
davidjwbbc:gh-pages
Aug 1, 2025
Merged

Add MBSTF example tests to the 5MBS tutorials#233
jordijoangimenez merged 17 commits into5G-MAG:gh-pagesfrom
davidjwbbc:gh-pages

Conversation

@davidjwbbc
Copy link
Copy Markdown
Contributor

The adds a tutorial demonstrate test examples of configuration for the MBSTF.

This also enables mermaid diagrams in the Getting-Started GitHub pages.

@davidjwbbc
Copy link
Copy Markdown
Contributor Author

@davidjwbbc davidjwbbc requested a review from rjb1000 July 25, 2025 12:36
Copy link
Copy Markdown
Contributor

@rjb1000 rjb1000 left a comment

Choose a reason for hiding this comment

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

Thanks, @davidjwbbc.

I have provided detailed review comments except for step 8, which I leave an an exercise for you to match the previous ones.

Comment thread pages/5g-multicast-broadcast-services/projects.md Outdated
Comment thread pages/5g-multicast-broadcast-services/repositories.md
Comment thread pages/5g-multicast-broadcast-services/tutorials.md Outdated
Comment thread pages/5g-multicast-broadcast-services/tutorials/mbstf.md Outdated
Comment thread pages/5g-multicast-broadcast-services/tutorials/mbstf.md Outdated
Comment thread pages/5g-multicast-broadcast-services/under-development.md Outdated
Comment thread pages/5g-multicast-broadcast-services/under-development.md Outdated
Comment thread pages/5g-multicast-broadcast-services/under-development.md Outdated
Comment thread pages/5g-multicast-broadcast-services/under-development.md Outdated
Comment thread pages/5g-multicast-broadcast-services/under-development.md Outdated
@jordijoangimenez
Copy link
Copy Markdown
Contributor

I think this work is excellent, Super elaborated, the diagrams are a great addition, together with the call flows. Really great job.

Please give me one more day to check wireshark, take a look at the diagrams for consistency with the Test AF/AS and I believe we are good to go.

@davidjwbbc, would you like to have an express server under mbs-examples? Just thinking we have the express server under rt-common-shared (being used at the moment for 5GMS, MBMS, V3C). Not a big issue.

Making @rjb1000 suggested changes

Co-authored-by: Richard Bradbury <rjb1000@users.noreply.github.com>
@davidjwbbc
Copy link
Copy Markdown
Contributor Author

@davidjwbbc, would you like to have an express server under mbs-examples? Just thinking we have the express server under rt-common-shared (being used at the moment for 5GMS, MBMS, V3C). Not a big issue.

Yes as it provides several different redirection combinations for the objects requested by the MBSTF tutorial. I've added PR 5G-MAG/rt-mbs-examples#6 to add the new Express server implementation.

@jordijoangimenez
Copy link
Copy Markdown
Contributor

@jordijoangimenez
Copy link
Copy Markdown
Contributor

jordijoangimenez commented Jul 30, 2025

I'd like to dedicate some time on Friday to go through the tutorial. I'm unable to see any inside the FDT instance. However the commands work, the replies are correct and the express serve also works.

> express-mock-media-server@1.1.0 start
> node ./bin/www

GET /object1 200 4.766 ms - 39
GET /object2 302 23.057 ms - 35
GET /real-object2 200 1.725 ms - 92
GET /object3 301 10.816 ms - 47
GET /perm-object3 302 1.289 ms - 35
GET /real-object3 200 5.935 ms - 128
GET /object4 302 0.747 ms - 35
GET /temp-object4 301 4.252 ms - 47
GET /real-object4 200 1.731 ms - 128
GET /object1 200 1.289 ms - 39
GET /object2 302 0.515 ms - 35
GET /real-object2 200 0.629 ms - 92
GET /object3 301 0.431 ms - 47
GET /perm-object3 302 0.807 ms - 35
GET /real-object3 200 0.386 ms - 128
GET /object4 302 0.527 ms - 35
GET /temp-object4 301 0.730 ms - 47
GET /real-object4 200 0.622 ms - 128
GET /object1 200 1.071 ms - 39
GET /object2 302 0.654 ms - 35
GET /real-object2 200 0.614 ms - 92
GET /object3 301 0.589 ms - 47
GET /perm-object3 302 0.477 ms - 35
GET /real-object3 200 1.644 ms - 128
GET /object4 302 0.278 ms - 35
GET /temp-object4 301 0.951 ms - 47
GET /real-object4 200 0.523 ms - 128

@davidjwbbc
Copy link
Copy Markdown
Contributor Author

@jordijoangimenez jordijoangimenez merged commit c730147 into 5G-MAG:gh-pages Aug 1, 2025
@github-project-automation github-project-automation Bot moved this from Ready for review to Done in 5MBS: User Services initial release Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

Tutorial on initial implementation of MBS Transport Function

3 participants