INSTALLATION MANUAL FOR THE EMS I-MO 540 SERIES APPLIANCE
Version
1.2
ELECTRONIC MEDIA SERVICES LIMITED
PASSFIELD BUSINESS CENTRE, LYNCHBOROUGH ROAD, LIPHOOK, HAMPSHIRE, GU30 7SB, UK
Tel:
01428 751655 |
Fax:
01428 751654 |
E-mail:
Page
33
of
58
Appendix C
Access Point Name File
The Access Point Name file defines the APN that will be used to set-up a data call and also the network
name that is displayed on the front panel.
The file format is XML and includes the DTD at the start of the file:
<?xml version="1.0"?>
<!DOCTYPE networks [
<!ELEMENT networks (network*)>
<!ELEMENT network (mcc,mnc,akaname*,apn,username?,password?,display)>
<!ELEMENT mcc (#PCDATA)>
<!ELEMENT mnc (#PCDATA)>
<!ELEMENT akaname (#PCDATA)>
<!ELEMENT apn (#PCDATA)>
<!ELEMENT username (#PCDATA)>
<!ELEMENT password (#PCDATA)>
<!ELEMENT display (#PCDATA)>
]>
<!-- NOTE all tags and the network name (e.g. <name>o2 - uk</name>) MUST
be lower case !!!! -->
The file consists of one or more <network> elements. Within the network the Mobile Country Code (mcc),
Mobile Network Code (mnc) and Access Point Name (apn) MUST be specified. The other entries are
optional. E.g.
<!-- Oman -->
<network>
<mcc>422</mcc>
<mnc>2</mnc>
<akaname>oman mobile</akaname>
<apn>taif</apn>
<display>Oman</display>
</network>
<network>
<mcc>422</mcc>
<mnc>3</mnc>
<akaname>nawras</akaname>
<apn>isp.nawras.com.om</apn>
<display>Nawras</display>
</network>