aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-25 13:30:15 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-25 13:30:15 +0100
commit9912eb5824dd40bf3e0d3e710ae57aa1337b2748 (patch)
tree00a8d15b6281a5d3e72d97ed232474958e7888b8 /library
parent2d142596588fb00680f3b6df5a4842e952fdaf2f (diff)
bts: Add TC_ipa_crcx_sdcch_not_active (CRCX on SDDCH)
Diffstat (limited to 'library')
-rw-r--r--library/RSL_Types.ttcn4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/RSL_Types.ttcn b/library/RSL_Types.ttcn
index 1d689699..3c2db736 100644
--- a/library/RSL_Types.ttcn
+++ b/library/RSL_Types.ttcn
@@ -475,6 +475,10 @@ module RSL_Types {
RSL_ERR_SERV_OPT_UNIMPL ('4f'O),
/* invalid message */
RSL_ERR_RCH_ALR_ACTV_ALLOC ('50'O),
+ RSL_ERR_IPA_RCH_NOT_ACTV_ALLOC ('51'O),
+ RSL_ERR_IPA_CONN_INVALID ('52'O),
+ RSL_ERR_IPA_CONN_IN_USE ('53'O),
+ RSL_ERR_IPA_CONN_ALREADY_EXISTS ('54'O),
RSL_ERR_INVALID_MESSAGE ('5f'O),
/* protocol error */
RSL_ERR_MSG_DISCR ('60'O),