summaryrefslogtreecommitdiff
path: root/gisi/common.h
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2011-02-04 14:58:04 +0200
committerAki Niemi <aki.niemi@nokia.com>2011-02-07 09:51:35 +0200
commit090dc92b68c89f51da8aae7c0367cd6373494bf3 (patch)
tree23bacf96650be14b240dd4bed100f94faf388b24 /gisi/common.h
parentd957dbece5f8290c3f3ee05d8eab026f4419271a (diff)
downloadofono-090dc92b68c89f51da8aae7c0367cd6373494bf3.tar.gz
gisi: Refactor indication subscriptions
Handle different message types for IND subscriptions based on the presence of the GISI_MODEM_FLAG_USE_LEGACY_SUBSCRIBE flag. This enables building modem plugins for modems that only support one or the other available IND types. Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com>
Diffstat (limited to 'gisi/common.h')
-rw-r--r--gisi/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gisi/common.h b/gisi/common.h
index cadd3f42..a29e6fa0 100644
--- a/gisi/common.h
+++ b/gisi/common.h
@@ -35,6 +35,7 @@ enum message_id {
PNS_NAME_ADD_REQ = 0x05,
PNS_NAME_REMOVE_REQ = 0x07,
PNS_SUBSCRIBED_RESOURCES_IND = 0x10,
+ PNS_SUBSCRIBED_RESOURCES_EXTEND_IND = 0x12,
COMM_ISI_VERSION_GET_REQ = 0x12,
COMM_ISI_VERSION_GET_RESP = 0x13,
COMM_ISA_ENTITY_NOT_REACHABLE_RESP = 0x14,