13 |
13 |
14 #SubscriberId= = <Id>, <err> |
14 #SubscriberId= = <Id>, <err> |
15 SubscriberId= 56789012345678 |
15 SubscriberId= 56789012345678 |
16 |
16 |
17 # Current Network Name |
17 # Current Network Name |
18 # Note that network type 2 is GSM, network type 6 is CDMA. |
18 |
19 # NetworkInfo= <CountryCode>, <NetworkId>, <DisplayTag>, <NetworkShortName>, <NetworkLongName> , <NetworkAccess> <Network Type>" |
19 NetworkInfo= ABCD, Network0, Vodafone, Voda, Vodafone_UK, 2 |
20 NetworkInfo = 234, 15, Vodafone, Voda, Vodafone_UK, 0, 2 |
|
21 |
20 |
22 # Network Registration Status |
21 # Network Registration Status |
23 # duration of 0 => does not change |
|
24 #RegStatus= <Duration>, <RegStatus>, <NetworkIndex> |
22 #RegStatus= <Duration>, <RegStatus>, <NetworkIndex> |
25 RegStatus= 0, 5, 0 |
23 |
26 |
24 RegStatus= 0,5,0 |
27 # LocationArea = <AreaKnown>, <LocationAreaCode>, <CellId> . Where <AreaKnown> is -1 for true and 0 for false?! |
|
28 LocationArea = -1, 1911, 65530 |
|
29 |
25 |
30 # ONStore= <max number of entries>, <max size of telephone number>, <max text length> |
26 # ONStore= <max number of entries>, <max size of telephone number>, <max text length> |
31 ONStore= 5, 50, 60 |
27 ONStore= 5, 50, 60 |
|
28 # ONStoreEntry= <index>, <telephone number>, <TMobileTON type of number>, <TMobileService service type>, <Number Plan>, <name> |
|
29 ONStoreEntry= 1, 07747012341, 2, 0, 8, OwnNumber1 |
32 |
30 |
33 # ONStoreEntry= <index>, <telephone number>, <TMobileTON type of number>, <TMobileService service type>, <Number Plan>, <name> |
|
34 ONStoreEntry= 1, 07747012341, 2, 0, 8, OwnNumber1 |
|
35 |
|
36 # <Timeout> is time in sec while this status is valid. The last record lasts until shutdown. |
|
37 # <NetworkMode> - the set here has no effect. Please use NetworkInfo records instead. |
|
38 # <CellId> set here applies only to GetCellInfo/NotifyCellInfoChanges calls, which are not used. |
|
39 # for getting CellId by our code. We use LocationArea records and GetCurrentNetwork/NotifyCurrentNetworkChange instead. |
|
40 # <CellInfoStatus> - The status of cell info. Look at TCellInfoStatus for the list of values. |
|
41 # CellInfo = <Timeout>, <NetworkMode>, <CellId>, <TimingAdvance>, <CellInfoStatus> . |
|
42 CellInfo = 0, 2, 0, 0, 2 |
|