diff options
author | Harald Welte <laforge@gnumonks.org> | 2012-06-24 20:30:20 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2012-06-24 20:30:20 +0200 |
commit | c2a25c67f8b423beb3b75d526044fd9f2cc5ac1a (patch) | |
tree | 976be9d699877dd6d79a80c3fef2210047ee780e /include/osmocom/gsm | |
parent | 727399461d019ec49c619a6f9b3fc46f9bb354bd (diff) |
44.318: Add missing message types
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_44_318.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_44_318.h b/include/osmocom/gsm/protocol/gsm_44_318.h index ab42ec10..2a610c8b 100644 --- a/include/osmocom/gsm/protocol/gsm_44_318.h +++ b/include/osmocom/gsm/protocol/gsm_44_318.h @@ -58,6 +58,9 @@ enum gan_msg_type { GA_MT_RC_KEEPALIVE = 0x74, GA_MT_CSR_CM_ENQ = 0x75, GA_MT_CSR_CM_CHANGE = 0x76, + GA_MT_PSR_GPRS_SUSPEND_REQ = 0x77, + GA_RC_SYNC_INFO = 0x78, + GA_CSR_UTRAN_CM_CHG = 0x79, GA_MT_CSR_REQUEST = 0x80, GA_MT_CSR_REQUEST_ACCEPT = 0x81, |