Skip to content
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

Uplift to TS 26.512 V17.5.0 and Release 17 version of Open5GS #85

Merged
merged 10 commits into from
Jul 3, 2023

Conversation

davidjwbbc
Copy link
Contributor

@davidjwbbc davidjwbbc commented Jul 3, 2023

This PR pulls in some uplifts for:

  • TS 26.512 V17.4.0
    • Updates Server response header to match the change in specification.
  • TS 26.512 V17.5.0
    • Uses TSG100-Rel17 release of the APIs for the 5GMS AF.
    • Adds handling of multiple domain names during CSR creation.
  • Open5GS (Release 16 => Release 17 uplift)

It also includes a modification to the 5GMS Application Function build system to automatically determine which OpenAPI model source codes have been generated, and include them in the compile, rather than the files having to be explicitly named in the build file.

Note also that a new configuration file variable, msaf.m3Host, has been added so that the 5GMS AF can use an internal network to talk to the 5GMS AS via M3 rather than having to share the canonical hostname (which is used with M2). This allows the SSL/TLS certificate to be generated with the names of interfaces other than the one used by the internal M3 link. By default, if this new configuration variable is not given, the canonical hostname will be used for M3 as before.

Closes: #60, #80, #81 and #82

@davidjwbbc davidjwbbc added the enhancement New feature or request label Jul 3, 2023
@davidjwbbc davidjwbbc requested review from rjb1000 and devbbc July 3, 2023 13:09
@davidjwbbc davidjwbbc self-assigned this Jul 3, 2023
@davidjwbbc davidjwbbc marked this pull request as ready for review July 3, 2023 13:16
@rjb1000 rjb1000 changed the title Uplift to API v17.5.0 and Release 17 version of Open5GS Uplift to TS 26.512 V17.5.0 and Release 17 version of Open5GS Jul 3, 2023
Copy link
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. Looks good to me.

@rjb1000 rjb1000 changed the title Uplift to TS 26.512 V17.5.0 and Release 17 version of Open5GS Uplift to TS 26.512 V17.6.0 and Release 17 version of Open5GS Jul 3, 2023
@davidjwbbc davidjwbbc merged commit aaad176 into 5G-MAG:development Jul 3, 2023
@davidjwbbc davidjwbbc deleted the feature/uplifts branch July 3, 2023 13:38
@rjb1000 rjb1000 changed the title Uplift to TS 26.512 V17.6.0 and Release 17 version of Open5GS Uplift to TS 26.512 V17.5.0 and Release 17 version of Open5GS Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
3 participants