From IQsimWiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
XIQS Get HBS Events Lists - HBS Management
Description
|
getXIQSHbsEventList ( [ Long id_partition ] , [ SimpleFilterObject SimpleFilter ] )
Get list of HBS Events
|
Return Values
|
List HBS Events List
Long id - HBS Event Id
Long id_partition - Partition Id
String hbsname - HBS Scenario name
Integer status - HBS Event status
Long date - HBS Event date
Integer type - HBS Event type
Long cptinit - Time elapsed on SIM card when Event was created (seconds)
Long cardelapstime - Time elapsed on SIM Card since last reset (seconds)
String cardiccid - SIM Card ICCID
String cardimsi - SIM Card IMSI
String cardstatus - SIM Card status ("INITIALIZING", "INITIALIZED", "REGISTERED_OUT_PAUSED", "REGISTERED", "ERR_SIM_PIN_FAIL", "ERR_SIM_PUK", "ERR_SIM_NOT_READY", "ERR_SIM_NEW_DETECTED", "NOT_REGISTERED", "ERR_FIRM_UPDATING", "ERR_FIRM_UPDATED", "ERR_FIRM_UPDATE_FAIL", "ERR_SIM_PIN_WAITING", "ERR_SIM_PIN_FAIL_WAITING")
Integer carddisabled - SIM Card disabled flag
Long id_operator - GSM Operator Id
Long callduration - Call duration
String callednum - Called Number
Long id_device - GSM Device Id
String devicename - GSM Device name
Long deviceport - GSM Device port number
Long id_priceplan - Price Plan Id
Integer ppoutofcredit - Price Plan Out-of-Credit flag
Long ppinclusivsec - Price Plan Inclusive time (seconds)
Long ppremainsec - Price Plan Remaining time (seconds)
Long ppalertstep - Price Plan Alert step
Long calcstep - Price Plan Calculation step
Error Data structure ( Error Management )
Possible failure code returns *ERR_SRV_INTERNAL (500) ERR_MSG_NO_DB
|