How to create additional SMS operators
2 years ago
Originally Published: 2004-03-18
Article Number
000061707
Applies To
RSA Mobile 1.5
Issue
How to create additional SMS operators
SMS Provider = ATT
SMS Provider = VoiceStream
Cause
Following instructions on page 67 of the RSA Mobile 1.5 Planning and Installation Guide, created additional telecoms operators. However, other files should also be updated, otherwise the only two items seen in the list will be ATT and VoiceStream. Other providers previously listed will no longer be present.
Resolution
Two other files should also be updated with operator information. These files are as follows:

<top level directory>\rsasecurity\rsaappserver\bea\wlserver\rsamobile_operators_en_US.properties
<top level directory>\rsasecurity\rsaappserver\properties\rsamobile_operators_en_US.properties

For example, if we wanted to add the company "New telecoms" to New Zealand, then the updates to perform are as follows:

<top level directory>\rsasecurity\rsaappserver\properties\operatorlist.xml  would have the following section:

   <Country Code="NZ" Name="New Zealand">
       <Operator Code="New_telecoms_New_Zealand" Name="New telecoms" />
       <Operator Code="Bell_South_NZ" Name="Bell South NZ" />
       <Operator Code="New_Zealand_Telecom" Name="New Zealand Telecom" />
       <Operator Code="Vodafon_New_Zealand" Name="Vodafon New Zealand" />
   </Country>

<top level directory>\rsasecurity\rsaappserver\bea\wlserver\rsamobile_operators_en_US.properties

and

<top level directory>\rsasecurity\rsaappserver\properties\rsamobile_operators_en_US.properties

have the same contents, and would need the following additional entry:

    New_telecoms_New_Zealand=New telecoms
Workaround
Updated the operatorlist.xml file