Skip to content

v1.0.0 5GMS Examples

Latest
Compare
Choose a tag to compare
@dsilhavy dsilhavy released this 03 May 14:32
· 4 commits to main since this release

Description

This is the first release of the 5GMS Examples project.

This repository contains example projects that make use of other 5G-MAG repositories or provide additional functionality to test and implement new features.

Features

  • Adds a simple express.js server to mock functionality of the Application Function. The first route m8.js is used to return
    information about the available services and the available base URL to the Application Function. The 5GMSd Aware
    Application uses this route as M8 interface. The second route service-access-information.js provides the corresponding ServiceAccessInformation to the data that is returned via M8. @dsilhavy