From IQsimWiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
XIQS Gsm Cell List - XIQS Cell Management
Description
|
- getXIQSGsmCellList ( String list_of_id , [String operatorref] , [Integer mode] )
- Get the list of Gsm cells currently seen by a group of assigned gsm ports
|
Parameters
|
- String list_of_id
- a list of gsm port id comma (',') separated.
- [String operatorref]
- Optional: the Gsm operator reference too look for.
- [Integer mode]
- Optional: Exclusion mode: 0 - get all cells where a least one gsm port occurs (default), 1 - get only cells common to all gsm ports.
|
Return Values
|
- List of Gsm <cell> objects
- Long id - Gsm Cell Id
- Long plmn - Public Lan Mobile Network (Country Code + Operator CCCOO)
- Long lac - Location Area
- Long bcch - Broadcast Control Channel Freq absolute
- Integer rxlevel - RSSI Level on BCCH in idle Mode
- String seenby - Gsm Port Id list seeing the Gsm Cell
- String usrselby - Gsm Port Id list where the Gsm Cell are forced by user
- String usedby - Gsm Port Id list using the Gsm Cell
- Integer netstatus - Network Registration Status:
- 0 - IDLE
- 1 - HOME
- 2 - SEARCHING
- 3 - DENIED
- 4 - UNKNOWN
- 5 - ROAMING
- Integer rat - Radio Access Type:
- Error Data structure ( Error Management )
- Possible failure code returns
-
|