FreeCalypso > hg > freecalypso-citrine
comparison cdg/cdginc-locosto/p_gsim.val @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 09 Jun 2016 00:02:41 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:75a11d740a02 |
---|---|
1 /* | |
2 +--------------------------------------------------------------------------+ | |
3 | PROJECT : PROTOCOL STACK | | |
4 | FILE : p_gsim.val | | |
5 | SOURCE : "sap\gsim.pdf" | | |
6 | LastModified : "2003-02-04" | | |
7 | IdAndVersion : "8441.113.99.004" | | |
8 | SrcFileTime : "Thu Nov 29 09:43:12 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 : NONE | |
16 * COMPATIBILITY_DEFINES : NO (require PREFIX) | |
17 * ALWAYS_ENUM_IN_VAL_FILE: NO | |
18 * ENABLE_GROUP: NO | |
19 * CAPITALIZE_TYPENAME: NO | |
20 */ | |
21 | |
22 | |
23 #ifndef P_GSIM_VAL | |
24 #define P_GSIM_VAL | |
25 | |
26 | |
27 #define CDG_ENTER__P_GSIM_VAL | |
28 | |
29 #define CDG_ENTER__FILENAME _P_GSIM_VAL | |
30 #define CDG_ENTER__P_GSIM_VAL__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_GSIM_VAL__LAST_MODIFIED _2003_02_04 | |
32 #define CDG_ENTER__P_GSIM_VAL__ID_AND_VERSION _8441_113_99_004 | |
33 | |
34 #define CDG_ENTER__P_GSIM_VAL__SRC_FILE_TIME _Thu_Nov_29_09_43_12_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_GSIM_VAL | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 /* | |
44 * Value constants for VAL_gu | |
45 */ | |
46 #define GSIM_GU_NA (0x0) /* GPRS update status not applicable (i.e. this parameter shall be ignored) */ | |
47 #define GSIM_GU1_UPDATED (0x1) /* last GPRS attach or RAU attempt successful */ | |
48 #define GSIM_GU2_NOT_UPDATED (0x2) /* last GPRS attach or RAU attempt failed procedurally */ | |
49 #define GSIM_GU3_ROAMING_NOT_ALLOWED (0x3) /* last GPRS attach or RAU attempt correctly performed, but negative answer from network received */ | |
50 | |
51 /* | |
52 * Value constants for VAL_tmsi | |
53 */ | |
54 #define GSIM_TMSI_INVALID (0xffffffff)/* P-TMSI invalid (see GSM 3.03) */ | |
55 | |
56 /* | |
57 * Value constants for VAL_ptmsi_signature_flag | |
58 */ | |
59 #define GSIM_PTMSI_SIG_DEL (0x0) /* P-TMSI Dignature shall be deleted */ | |
60 #define GSIM_PTMSI_SIG_VALID (0x1) /* P-TMSI Signature is valid */ | |
61 #define GSIM_PTMSI_SIG_NA (0x2) /* P-TMSI Signature not applicable (i.e. this parameter shall be ignored) */ | |
62 | |
63 /* | |
64 * Value constants for VAL_gsim_cksn | |
65 */ | |
66 #define GSIM_CKSN_NA (0x0) /* GPRS ciphering key sequence number not applicable (i.e. this parameter shall be ignored) */ | |
67 | |
68 /* | |
69 * Value constants for VAL_sim_gprs_invalid | |
70 */ | |
71 #define GSIM_SIM_GPRS_NA (0x0) /* not applicable (i.e. this parameter shall be ignored) */ | |
72 #define GSIM_SIM_GPRS_VALID (0x1) /* SIM is considered as valid for GPRS */ | |
73 #define GSIM_SIM_GPRS_INVALID (0x2) /* SIM is considered as invalid for GPRS */ | |
74 | |
75 /* | |
76 * user defined constants | |
77 */ | |
78 #define GSIM_PTMSI_NA (0xffffffff) | |
79 #define SIZE_SRES (0x4) | |
80 #define SIZE_KC (0x8) | |
81 #define SIZE_RAND (0x10) | |
82 #define MAX_IMSI (0x9) | |
83 | |
84 #include "CDG_LEAVE.h" | |
85 | |
86 | |
87 #endif |