comparison cdg3/cdginc-conservative/p_mmcm.val @ 16:c15047b3d00d

cdg3: import from freecalypso-citrine/cdg
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 27 Sep 2016 16:27:34 +0000
parents
children
comparison
equal deleted inserted replaced
15:c8bdae60fcb1 16:c15047b3d00d
1 /*
2 +--------------------------------------------------------------------------+
3 | PROJECT : PROTOCOL STACK |
4 | FILE : p_mmcm.val |
5 | SOURCE : "sap\mmcm.pdf" |
6 | LastModified : "2004-02-12" |
7 | IdAndVersion : "6147.104.97.103" |
8 | SrcFileTime : "Thu Nov 29 09:45:56 2007" |
9 | Generated by CCDGEN_2.5.5A on Thu Sep 25 09:52:55 2014 |
10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! |
11 +--------------------------------------------------------------------------+
12 */
13
14 /* PRAGMAS
15 * PREFIX : MMCM
16 * COMPATIBILITY_DEFINES : NO
17 * ALWAYS_ENUM_IN_VAL_FILE: NO
18 * ENABLE_GROUP: NO
19 * CAPITALIZE_TYPENAME: NO
20 */
21
22
23 #ifndef P_MMCM_VAL
24 #define P_MMCM_VAL
25
26
27 #define CDG_ENTER__P_MMCM_VAL
28
29 #define CDG_ENTER__FILENAME _P_MMCM_VAL
30 #define CDG_ENTER__P_MMCM_VAL__FILE_TYPE CDGINC
31 #define CDG_ENTER__P_MMCM_VAL__LAST_MODIFIED _2004_02_12
32 #define CDG_ENTER__P_MMCM_VAL__ID_AND_VERSION _6147_104_97_103
33
34 #define CDG_ENTER__P_MMCM_VAL__SRC_FILE_TIME _Thu_Nov_29_09_45_56_2007
35
36 #include "CDG_ENTER.h"
37
38 #undef CDG_ENTER__P_MMCM_VAL
39
40 #undef CDG_ENTER__FILENAME
41
42
43 /*
44 * Value constants for VAL_ch_mode
45 */
46 #define MMCM_CHM_SIG_ONLY (0x0) /* signalling only */
47 #define MMCM_CHM_SPEECH (0x1) /* speech full rate or half rate version 1 */
48 #define MMCM_CHM_SPEECH_V2 (0x21) /* speech full rate or half rate version 2 */
49 #define MMCM_CHM_SPEECH_V3 (0x41) /* speech full rate or half rate version 3 */
50 #define MMCM_CHM_DATA_9_6 (0x3) /* data 9.6 kBit/s */
51 #define MMCM_CHM_DATA_4_8 (0xb) /* data 4.8 kBit/s */
52 #define MMCM_CHM_DATA_2_4 (0x13) /* data 2.4 kBit/s */
53 #define MMCM_CHM_DATA_14_4 (0xf) /* data 2.4 kBit/s */
54
55 /*
56 * Value constants for VAL_ch_type
57 */
58 #define MMCM_CH_SDCCH (0x0) /* SDCCH channel */
59 #define MMCM_CH_TCH_F (0x1) /* TCH Fullrate */
60 #define MMCM_CH_TCH_H (0x2) /* TCH Halfrate */
61
62 /*
63 * Value constants for VAL_estcs
64 */
65 #define MMCM_ESTCS_SERV_REQ_MM (0x400) /* service requested by MM (Location updating or detach) */
66 #define MMCM_ESTCS_EMERGE (0x4a0) /* emergency call */
67 #define MMCM_ESTCS_CAL_REEST (0x4c0) /* call reestablishment */
68 #define MMCM_ESTCS_MOB_ORIG_SPCH (0x4e0) /* mobile originated speech call by CC */
69 #define MMCM_ESTCS_MOB_ORIG_DATA (0x4e1) /* mobile originated data call by CC */
70 #define MMCM_ESTCS_MOB_ORIG_DATA_HR_SUFF (0x4e2) /* mobile originated data call by CC, halfrate channel sufficient */
71
72 /*
73 * Value constants for VAL_cause
74 */
75 #define MMCM_MMCS_IMSI_IN_HLR (0x402) /* IMSI unknown in HLR */
76 #define MMCM_MMCS_ILLEGAL_MS (0x403) /* Illegal MS */
77 #define MMCM_MMCS_IMSI_IN_VLR (0x404) /* IMSI unknown in VLR */
78 #define MMCM_MMCS_IMEI_NOT_ACCEPTED (0x405) /* IMEI not accepted */
79 #define MMCM_MMCS_ILLEGAL_ME (0x406) /* Illegal ME */
80 #define MMCM_MMCS_PLMN_NOT_ALLOWED (0x40b) /* PLMN not allowed */
81 #define MMCM_MMCS_LA_NOT_ALLOWED (0x40c) /* Location Area not allowed */
82 #define MMCM_MMCS_ROAMING_NOT_ALLOWED (0x40d) /* Roaming not allowed in this location area */
83 #define MMCM_MMCS_NETWORK_FAILURE (0x411) /* Network failure */
84 #define MMCM_MMCS_CONGESTION (0x416) /* Congestion */
85 #define MMCM_MMCS_SERVICE_NOT_SUPPORTED (0x420) /* Service option not supported */
86 #define MMCM_MMCS_SERVICE_NOT_SUBSCRIBED (0x421) /* Requested service option not subscribed */
87 #define MMCM_MMCS_SERVICE_ORDER (0x422) /* Service option temporarily out of order */
88 #define MMCM_MMCS_IDENTIFIY (0x426) /* Call cannot be identified */
89 #define MMCM_MMCS_RETRY_IN_NEW_CELL (0x430) /* retry upon entry into a new cell (mapped 0x0430..0x043f -> 0x0430) */
90 #define MMCM_MMCS_INCORRECT_MESSAGE (0x45f) /* Semantically incorrect message */
91 #define MMCM_MMCS_INVALID_MAND_MESSAGE (0x460) /* Invalid mandatory information */
92 #define MMCM_MMCS_MESSAGE_TYPE_NOT_IMPLEM (0x461) /* Message type non-existent or not implemented */
93 #define MMCM_MMCS_MESSAGE_TYPE_INCOMPAT (0x462) /* Message type not compatible with the protocol state */
94 #define MMCM_MMCS_IE_NOT_IMPLEM (0x463) /* Information element non-existent or not implemented */
95 #define MMCM_MMCS_CONDITIONAL_IE (0x464) /* Conditional IE error */
96 #define MMCM_MMCS_MESSAGE_INCOMPAT (0x465) /* Message not compatible with the protocol state */
97 #define MMCM_MMCS_UNSPECIFIED (0x46f) /* Protocol error, unspecified */
98 #define MMCM_MMCS_SUCCESS (0xc400) /* No error, successful operation (MM) */
99 #define MMCM_MMCS_NO_REGISTRATION (0xc480) /* MS is not registered or deregistration started */
100 #define MMCM_MMCS_TIMER_RECOVERY (0xc481) /* time-out in MM during establishment */
101 #define MMCM_MMCS_NO_REESTABLISH (0xc482) /* Cell does not support call reestablishment */
102 #define MMCM_MMCS_INT_PREEM (0xc483) /* Preemptive release, e.g. MO-MT clash in MM */
103 #define MMCM_MMCS_PLMN_NOT_IDLE_MODE (0xc484) /* reject, not in idle mode (MMR_PLMN_IND) */
104 #define MMCM_MMCS_AUTHENTICATION_REJECTED (0xc488)/* AUTHENTICATION REJECT received */
105 #define MMCM_MMCS_SIM_REMOVED (0xc489) /* A valid SIM is not present */
106 #define MMCM_MMCS_INT_NOT_PRESENT (0xc4ff) /* No error cause (MM) */
107
108 /*
109 * Value constants for VAL_ti
110 */
111 #define MMCM_VAL_TI___7 (0x7) /* reserved */
112 #define MMCM_VAL_TI___F (0xf) /* reserved */
113
114 /*
115 * Value constants for VAL_org_entity
116 */
117 #define MMCM_ORG_ENTITY_CC (0x0) /* originating entity is CC */
118 #define MMCM_ORG_ENTITY_SS (0x1) /* originating entity is SS */
119 #define MMCM_ORG_ENTITY_SMS (0x2) /* originating entity is SMS */
120
121 /*
122 * user defined constants
123 */
124 #define MMCM_MM_CAUSE (0x4)
125 #define MMCM_TI_BERLIN (0x1)
126
127 #include "CDG_LEAVE.h"
128
129
130 #endif