From IQsimWiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
XIQS Get GSM Operator from Call Number - GSM Network & Operator Countries Management
Description
|
- getXIQSGsmOperator ( String operator , String callnum , [Long id_partition] )
- Get the GSM operator information applied to the specified call number.
|
Parameters
|
- String operator
- the operator code to look for
- String callnum
- the call number to localize with operator
- [Long id_partition]
- Admin only: partition to select for info retrieval
|
Return Values
|
- Localized call number + Localization info
- Integer status -
- NOT_FOUND = 0
- FOUND_IN_DB = 1
- FOUND_IN_NPDF = 2
- String mcc - Mobile Country Code
- String mnc - Mobile Network code
- String callnum - Input Call number
- String callnumfull - Output Call number
- Error Data structure ( Error Management )
- Possible failure code returns
-
|