Skip to content

5G-MAG/rt-5gms-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e6a469d · Apr 12, 2023

History

5 Commits
Apr 12, 2023
Apr 5, 2023
Apr 5, 2023

Repository files navigation

rt-5gms-examples

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

Express Mock AF

This project provides a very simple HTTP server that implements two routes.

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 Service Access Information to the data that is returned via M8.

This server is intended to be used for development when static responses are enough to implement or test a new feature.