-
Notifications
You must be signed in to change notification settings - Fork 6
Add MBSF tutorial #267
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
base: main
Are you sure you want to change the base?
Add MBSF tutorial #267
Conversation
General comments/questions
MBS User Service OperationsCreating MBS User ServiceWorks fine, response: Updating an MBS User ServiceWorks fine, response: Retrieving MBS User ServiceWorks fine, response: Deleting an MBS User ServiceWorks fine, response: MBS User Data Ingest Session OperationsCreate an MBS User Data Ingest Session
Works fine, response: |
No, because the instructions for Open5GS 5MBS branch install to Although there may be a clash with library symlinks between the MBSTF (Open5GS 2.6.4 base) and MBSF (Open5GS 2.7.2 base - 5MBS branch). There shouldn't be a problem with the actual library files as they have the full version in them, but the symlinks for the library major version (libogs*.so.2) would be overwritten and that's what is used in the binary when dynamic linking. Might need to add instructions for building, installing and running the MBSTF from its own install directory to avoid this clash. |
I've added a patch file to the MBSF to use the <major>.<minor> suffix instead, so the Open5GS libraries will not get mixed up between Open5GS v2.6 and v2.7. It should be safe to install in any order now. |
This is a basic MBSF tutorial with an example of each of the basic API operations.