Yate
SS7MsgMTN Class Reference

MTN signalling message. More...

#include <yatesig.h>

Public Types

enum  Type { Unknown = 0 , SLTM = 0x11 , SLTA = 0x21 }
 

Static Public Member Functions

static const TokenDictnames ()
 
static const char * lookup (Type type, const char *defvalue=0)
 
static Type lookup (const char *name, Type defvalue=Unknown)
 

Detailed Description

MTN signalling message.

Decoded Maintenance (MTN) User Part message

Member Enumeration Documentation

◆ Type

enum Type

MTN Message type as defined by Q.707 5.4

Member Function Documentation

◆ lookup() [1/2]

static Type lookup ( const char * name,
Type defvalue = Unknown )
inlinestatic

Look up a MTN message name

Parameters
nameString name of the MTN message
defvalueDefault type to return
Returns
Encoded type of the MTN message

◆ lookup() [2/2]

static const char * lookup ( Type type,
const char * defvalue = 0 )
inlinestatic

Convert a MTN message type to a C string

Parameters
typeType of MTN message to look up
defvalueDefault string to return
Returns
Name of the MTN message type

The documentation for this class was generated from the following file: