FreeCalypso > hg > fc-magnetite
comparison cdg3/cdginc-locosto/p_8010_134_mmpm_sap.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_8010_134_mmpm_sap.val | | |
| 5 | SOURCE : "sap\8010_134_mmpm_sap.pdf" | | |
| 6 | LastModified : "2003-07-29" | | |
| 7 | IdAndVersion : "8010.134.02.007" | | |
| 8 | SrcFileTime : "Thu Nov 29 09:27:04 2007" | | |
| 9 | Generated by CCDGEN_2.5.5A on Thu Sep 25 09:18:53 2014 | | |
| 10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! | | |
| 11 +--------------------------------------------------------------------------+ | |
| 12 */ | |
| 13 | |
| 14 /* PRAGMAS | |
| 15 * PREFIX : MMPM | |
| 16 * COMPATIBILITY_DEFINES : NO | |
| 17 * ALWAYS_ENUM_IN_VAL_FILE: YES | |
| 18 * ENABLE_GROUP: NO | |
| 19 * CAPITALIZE_TYPENAME: NO | |
| 20 */ | |
| 21 | |
| 22 | |
| 23 #ifndef P_8010_134_MMPM_SAP_VAL | |
| 24 #define P_8010_134_MMPM_SAP_VAL | |
| 25 | |
| 26 | |
| 27 #define CDG_ENTER__P_8010_134_MMPM_SAP_VAL | |
| 28 | |
| 29 #define CDG_ENTER__FILENAME _P_8010_134_MMPM_SAP_VAL | |
| 30 #define CDG_ENTER__P_8010_134_MMPM_SAP_VAL__FILE_TYPE CDGINC | |
| 31 #define CDG_ENTER__P_8010_134_MMPM_SAP_VAL__LAST_MODIFIED _2003_07_29 | |
| 32 #define CDG_ENTER__P_8010_134_MMPM_SAP_VAL__ID_AND_VERSION _8010_134_02_007 | |
| 33 | |
| 34 #define CDG_ENTER__P_8010_134_MMPM_SAP_VAL__SRC_FILE_TIME _Thu_Nov_29_09_27_04_2007 | |
| 35 | |
| 36 #include "CDG_ENTER.h" | |
| 37 | |
| 38 #undef CDG_ENTER__P_8010_134_MMPM_SAP_VAL | |
| 39 | |
| 40 #undef CDG_ENTER__FILENAME | |
| 41 | |
| 42 #include "p_8010_137_nas_include.val" /* Access values independent from the corresponding h-file. */ | |
| 43 | |
| 44 #include "p_8010_152_ps_include.val" /* Access values independent from the corresponding h-file. */ | |
| 45 | |
| 46 #include "p_8010_153_cause_include.val" /* Access values independent from the corresponding h-file. */ | |
| 47 | |
| 48 | |
| 49 /* | |
| 50 * Enum to value table VAL_establish_cause | |
| 51 * CCDGEN:WriteEnum_Count==26 | |
| 52 */ | |
| 53 #ifndef __T_MMPM_VAL_establish_cause__ | |
| 54 #define __T_MMPM_VAL_establish_cause__ | |
| 55 typedef enum | |
| 56 { | |
| 57 MMPM_CAUSE_ESTABL_ORIG_CONVERSATIONAL = 0x1, /* Originating conversational call */ | |
| 58 MMPM_CAUSE_ESTABL_ORIG_STREAMING = 0x2, /* Originating streaming call */ | |
| 59 MMPM_CAUSE_ESTABL_ORIG_INTERACTIVE = 0x3, /* Originating interactive call */ | |
| 60 MMPM_CAUSE_ESTABL_ORIG_BACKGROUND = 0x4, /* Originating background call */ | |
| 61 MMPM_CAUSE_ESTABL_ORIG_HIGH_PRIO_SIGNALLING = 0x5, /* Originating high priority signalling */ | |
| 62 MMPM_CAUSE_ESTABL_ORIG_LOW_PRIO_SIGNALLING = 0x6 /* Originating low priority signalling */ | |
| 63 }T_MMPM_VAL_establish_cause; | |
| 64 #endif | |
| 65 | |
| 66 /* | |
| 67 * Enum to value table VAL_reg_state | |
| 68 * CCDGEN:WriteEnum_Count==27 | |
| 69 */ | |
| 70 #ifndef __T_MMPM_VAL_reg_state__ | |
| 71 #define __T_MMPM_VAL_reg_state__ | |
| 72 typedef enum | |
| 73 { | |
| 74 MMPM_RS_DEREGISTERED = 0x0, /* GMM context for SMS is removed */ | |
| 75 MMPM_RS_REGISTERED = 0x1 /* GMM context for SMS is built */ | |
| 76 }T_MMPM_VAL_reg_state; | |
| 77 #endif | |
| 78 | |
| 79 /* | |
| 80 * user defined constants | |
| 81 */ | |
| 82 #define MMPM_MAX_N_PDU_NUMBER_LIST (0x10) | |
| 83 | |
| 84 #include "CDG_LEAVE.h" | |
| 85 | |
| 86 | |
| 87 #endif |
