This structure consist of OTASP or OTAPA event params
- Parameters
-
callID |
- Call identifier for the call.
- Bit to check in ParamPresenceMask - 1
|
OTASPStatus |
- OTASP status for the OTASP call. Values:
- 0x00 - OTASP_STATUS_SPL_UNLOCKED.SPL unlocked; only for user-initiated OTASP
- 0x01 - OTASP_STATUS_SPRC_RETRIES_EXCEEDED. SPC retries exceeded; only for user-initiated OTASP
- 0x02 - OTASP_STATUS_AKEY_EXCHANGED.A-key exchanged; only for user-initiated OTASP
- 0x03 - OTASP_STATUS_SSD_UPDATED. SSD updated; for both
user-initiated OTASP and network-initiated OTASP (OTAPA)
- 0x04 - OTASP_STATUS_NAM_DOWNLOADED - NAM downloaded; only for user-initiated OTASP
- 0x05 - OTASP_STATUS_MDN_DOWNLOADED - MDN downloaded; only for user-initiated OTASP
- 0x06 - OTASP_STATUS_IMSI_DOWNLOADED - IMSI downloaded; only for user-initiated OTASP
- 0x07 - OTASP_STATUS_PRL_DOWNLOADED - PRL downloaded; only for user-initiated OTASP
- 0x08 - OTASP_STATUS_COMMITTED - Commit successful; only for user-initiated OTASP
- 0x09 - OTASP_STATUS_OTAPA_STARTED - OTAPA started; only for network-initiated OTASP(OTAPA)
- 0x0A - OTASP_STATUS_OTAPA_STOPPED - OTAPA stopped; only for network-initiated OTASP(OTAPA)
- 0x0B - OTASP_STATUS_OTAPA_ABORTED - OTAPA aborted; only for network-initiated OTASP(OTAPA)
- 0x0C - OTASP_STATUS_OTAPA_COMMITTED - OTAPA committed; only for network-initiated OTASP(OTAPA)
- Bit to check in ParamPresenceMask - 1
|
ParamPresenceMask |
- bitmask representation to indicate valid parameters.
|