5g-core-common-schemas

Common Schemas used in 5G core


Keywords
5G, Core, Network
License
Apache-2.0
Install
pip install 5g-core-common-schemas==1.0.9

Documentation

5g-core-common-schemas

Common schemas used in 5G core network services.

Usage

Install the package:

pip install 5g-core-common-schemas

Use the library in your project:

from fiveg_core_common_schemas.NfInstanceId import NfInstanceId

my_instance = NfInstanceId("banana")