aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
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),