summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg2010-06-25 02:50:56 +0200
committerHarald Welte2010-06-25 02:50:56 +0200
commit816e24cb4296d6b7110da4a89661bbac8dc7af21 (patch)
tree41f04d768479921c69e896bce950d0d84fb19317 /include
parent[gsm48] fix typo in struct gsm48_req_ref (diff)
downloadlibosmocore-816e24cb4296d6b7110da4a89661bbac8dc7af21.tar.gz
libosmocore-816e24cb4296d6b7110da4a89661bbac8dc7af21.tar.xz
libosmocore-816e24cb4296d6b7110da4a89661bbac8dc7af21.zip
[RSL] Added special RSL message types for mobile side
- suspension DL - resume DL - re-establish DL
Diffstat (limited to 'include')
-rw-r--r--include/osmocore/protocol/gsm_08_58.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocore/protocol/gsm_08_58.h b/include/osmocore/protocol/gsm_08_58.h
index ca9398f..7dc3569 100644
--- a/include/osmocore/protocol/gsm_08_58.h
+++ b/include/osmocore/protocol/gsm_08_58.h
@@ -75,6 +75,10 @@ enum abis_rsl_msgtype {
RSL_MT_REL_IND,
RSL_MT_UNIT_DATA_REQ,
RSL_MT_UNIT_DATA_IND, /* 0x0b */
+ RSL_MT_SUSP_REQ, /* non-standard elements */
+ RSL_MT_SUSP_CONF,
+ RSL_MT_RES_REQ,
+ RSL_MT_RECON_REQ, /* 0x0f */
/* Common Channel Management / TRX Management */
RSL_MT_BCCH_INFO = 0x11,