diff options
Diffstat (limited to 'drivers/isimodem/call.h')
-rw-r--r-- | drivers/isimodem/call.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/isimodem/call.h b/drivers/isimodem/call.h index 0bbef7d4..ebd62283 100644 --- a/drivers/isimodem/call.h +++ b/drivers/isimodem/call.h @@ -466,22 +466,6 @@ enum call_ss_ect_indicator { CALL_ECT_CALL_STATE_ACTIVE = 0x01 }; -enum call_notification_sb_values { - CALL_SB_NOTIFY = 0xB1, - CALL_SB_SS_NOTIFY = 0xB2, - CALL_SB_SS_CODE = 0xB3, - CALL_SB_SS_STATUS = 0xB4, - CALL_SB_SS_NOTIFY_INDICATOR = 0xB5, - CALL_SB_SS_HOLD_INDICATOR = 0xB6, - CALL_SB_SS_ECT_INDICATOR = 0xB7, - CALL_SB_REMOTE_ADDRESS = 0xA6, - CALL_SB_REMOTE_SUBADDRESS = 0xA7, - CALL_SB_CUG_INFO = 0xA0, - CALL_SB_ORIGIN_INFO = 0x0E, - CALL_SB_ALERTING_PATTERN = 0xA1, - CALL_SB_ALERTING_INFO = 0x0C -}; - /* 27.007 Section 7.7 */ enum clir_status { CLIR_STATUS_NOT_PROVISIONED = 0, |