5G 3GPP Specification and Mapping Properties

Specification and Mapping Configuration Properties describes the properties for SBA Gateway 5G 3GPP specification and mapping configuration.

Table 1. Specification and Mapping Configuration Properties
Property Description
gateway.specifications.version The 3GPP specification to use for mapping JSON messages to MATRIXX Data Containers (MDCs). The default value is R15-2019-12.
gateway.specifications.directory The location of the mapping specifications. The default value is /opt/mtx/conf/specs.
gateway.mdc.rootNames The MDC type to load. The default value is Mtx5GMsg.
gateway.mapping.directory The location of mapping files. The default value is /opt/mtx/conf/mappings.
gateway.mapping.trace When set to true, tracing is enabled. The default value is false.

The following gateway.yaml excerpt shows the common configuration default values (where defaults exist) for these properties:

  # Message Specification Settings
  specifications:
    version: R15-2019-12
    directory: /opt/mtx/conf/specs

  # The MDC types to load
  mdc:
    rootNames: Mtx5GMsg

  # Message Mapper Settings
  mapping:
    directory: /opt/mtx/conf/mappings
    trace: false