Skip to content

Releases: 5G-MAG/rt-5gms-examples

v1.1.0 5GMS Examples

23 May 09:17
Compare
Choose a tag to compare

What's Changed

v1.0.0 5GMS Examples

03 May 14:32
Compare
Choose a tag to compare

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