diff 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
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/ati_mm.c	Wed Mar 11 08:27:02 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/ati_mm.c	Thu Mar 12 05:29:06 2015 +0000
@@ -21,6 +21,11 @@
 #ifndef ATI_MM_C
 #define ATI_MM_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #undef DUMMY_ATI_STRINGS
 
 #include "aci_all.h"
@@ -893,25 +898,27 @@
   PURPOSE : show list of all available entries in the SIM field EF_HPLMNwAcT.
             
             Command            Possible Response
-		        %CHPL=oprFrmt      %CHPL: <opr>
-		        %CHPL=?            %CHPL: (list of supported <oprFrmt>s)
+            %CHPL=oprFrmt      %CHPL: <opr>
+            %CHPL=?            %CHPL: (list of supported <oprFrmt>s)
 
             <oprFrmt>:
               0    long format alphanumeric <opr>
-	            1    short format alphanumeric <opr>
-	            2    numeric <opr>
+              1    short format alphanumeric <opr>
+              2    numeric <opr>
 
             <opr>: string type; <oprFrmt> indicates if the format is
               alphanumeric or numeric.
               Long alphanumeric can be up to 16 characters.
-	            Short alphanumeric can be up to 8 characters.
-		        Numeric format is the GSM LAI number, which consists of:
-			        3 BCD country code.
-			        2 BCD network code.
-		The returned <opr> string shall not be in BCD format, but
-		in IRA characters converted from BCD. Hence the number
-		will have the structure (CC digit 3)(CC digit 2)(CC digit 1)
-		(NW digit 2)(NW digit 1).
+              Short alphanumeric can be up to 8 characters.
+
+            Numeric format is the GSM LAI number, which consists of:
+              3 BCD country code.
+              2 BCD network code.
+
+	The returned <opr> string shall not be in BCD format, but
+	in IRA characters converted from BCD. Hence the number
+	will have the structure (CC digit 3)(CC digit 2)(CC digit 1)
+	(NW digit 2)(NW digit 1).
 
 */