Releases: 5G-MAG/rt-5gms-examples
Releases · 5G-MAG/rt-5gms-examples
v1.1.0 5GMS Examples
What's Changed
- 5GMS Consumption reporting: Add consumption reporting endpoint to AF mock server by @shilinding in #6
- Fix/consumption reporting changes by @dsilhavy in #7
- Support for the expires header #51 by @shilinding in #10
- Add endpoint for QoE Metrics Reporting by @dsilhavy in #8
- Documentation updates by @jordijoangimenez in #2 #3 #4 #5 #11
v1.0.0 5GMS Examples
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 asM8
interface. The second routeservice-access-information.js
provides the correspondingServiceAccessInformation
to the data that is returned viaM8
. @dsilhavy