comparison gsm-fw/g23m-aci/aci/ati_mm.c @ 785:09382de17df9

aci: integrated up to ati_pdu.c
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 05:29:06 +0000
parents eedbf248bac0
children
comparison
equal deleted inserted replaced
784:5cc8a442efad 785:09382de17df9
18 +----------------------------------------------------------------------------- 18 +-----------------------------------------------------------------------------
19 */ 19 */
20 20
21 #ifndef ATI_MM_C 21 #ifndef ATI_MM_C
22 #define ATI_MM_C 22 #define ATI_MM_C
23
24 #include "config.h"
25 #include "fixedconf.h"
26 #include "condat-features.h"
27 #include "aci_conf.h"
23 28
24 #undef DUMMY_ATI_STRINGS 29 #undef DUMMY_ATI_STRINGS
25 30
26 #include "aci_all.h" 31 #include "aci_all.h"
27 32
891 +--------------------------------------------------------------------+ 896 +--------------------------------------------------------------------+
892 897
893 PURPOSE : show list of all available entries in the SIM field EF_HPLMNwAcT. 898 PURPOSE : show list of all available entries in the SIM field EF_HPLMNwAcT.
894 899
895 Command Possible Response 900 Command Possible Response
896 %CHPL=oprFrmt %CHPL: <opr> 901 %CHPL=oprFrmt %CHPL: <opr>
897 %CHPL=? %CHPL: (list of supported <oprFrmt>s) 902 %CHPL=? %CHPL: (list of supported <oprFrmt>s)
898 903
899 <oprFrmt>: 904 <oprFrmt>:
900 0 long format alphanumeric <opr> 905 0 long format alphanumeric <opr>
901 1 short format alphanumeric <opr> 906 1 short format alphanumeric <opr>
902 2 numeric <opr> 907 2 numeric <opr>
903 908
904 <opr>: string type; <oprFrmt> indicates if the format is 909 <opr>: string type; <oprFrmt> indicates if the format is
905 alphanumeric or numeric. 910 alphanumeric or numeric.
906 Long alphanumeric can be up to 16 characters. 911 Long alphanumeric can be up to 16 characters.
907 Short alphanumeric can be up to 8 characters. 912 Short alphanumeric can be up to 8 characters.
908 Numeric format is the GSM LAI number, which consists of: 913
909 3 BCD country code. 914 Numeric format is the GSM LAI number, which consists of:
910 2 BCD network code. 915 3 BCD country code.
911 The returned <opr> string shall not be in BCD format, but 916 2 BCD network code.
912 in IRA characters converted from BCD. Hence the number 917
913 will have the structure (CC digit 3)(CC digit 2)(CC digit 1) 918 The returned <opr> string shall not be in BCD format, but
914 (NW digit 2)(NW digit 1). 919 in IRA characters converted from BCD. Hence the number
920 will have the structure (CC digit 3)(CC digit 2)(CC digit 1)
921 (NW digit 2)(NW digit 1).
915 922
916 */ 923 */
917 924
918 GLOBAL T_ATI_RSLT setatPercentCHPL( char *cl, UBYTE srcId ) 925 GLOBAL T_ATI_RSLT setatPercentCHPL( char *cl, UBYTE srcId )
919 { 926 {