libosmo-sigtran  0.10.0
Osmocom SIGTRAN library
mtp.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <osmocom/core/utils.h>
4 
5 /* Chapter 15.17.4 of Q.704 + RFC4666 3.4.5. */
6 /* Section 5.1 of ETSI EG 201 693: MTP SI code allocations (for NI= 00) */
7 enum mtp_si_ni00 {
8  MTP_SI_SNM = 0,
9  MTP_SI_STM = 1,
13  MTP_SI_DUP = 6, /* call related */
14  MTP_SI_DUP_FAC = 7, /* facility related */
18  MTP_SI_SPEECH = 11, /* speech processing element */
21  MTP_SI_GCP = 14,
22 };
23 
24 extern const struct value_string mtp_si_vals[];
Definition: mtp.h:12
const struct value_string mtp_si_vals[]
Definition: osmo_ss7_vty.c:822
Definition: mtp.h:17
Definition: mtp.h:18
Definition: mtp.h:21
Definition: mtp.h:13
Definition: mtp.h:11
mtp_si_ni00
Definition: mtp.h:7
Definition: mtp.h:9
Definition: mtp.h:8
Definition: mtp.h:20
Definition: mtp.h:16
Definition: mtp.h:14
Definition: mtp.h:15
Definition: mtp.h:10
Definition: mtp.h:19