From 1c2b568d79df6a799d859585bca8cfca6e56863f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 30 Aug 2015 20:11:50 +0200 Subject: HNBAP: Remove HNBRegisterAccept / HNBRegisterResposne naming inconsistency A HNBRegisterAccept message should not contain HNBRegisterResponse IEs This spec inconsistency is confusing the asn1tostruct.py code generator, so let's remove it. --- asn1/hnbap/HNBAP-PDU-Contents.asn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'asn1') diff --git a/asn1/hnbap/HNBAP-PDU-Contents.asn b/asn1/hnbap/HNBAP-PDU-Contents.asn index 1942b0a..8f00967 100644 --- a/asn1/hnbap/HNBAP-PDU-Contents.asn +++ b/asn1/hnbap/HNBAP-PDU-Contents.asn @@ -164,17 +164,17 @@ HNBRegisterRequestExtensions HNBAP-PROTOCOL-EXTENSION ::= { -- ************************************************************** HNBRegisterAccept ::= SEQUENCE { - protocolIEs ProtocolIE-Container { {HNBRegisterResponseIEs} }, - protocolExtensions ProtocolExtensionContainer { {HNBRegisterResponseExtensions} } OPTIONAL, + protocolIEs ProtocolIE-Container { {HNBRegisterAcceptIEs} }, + protocolExtensions ProtocolExtensionContainer { {HNBRegisterAcceptExtensions} } OPTIONAL, ... } -HNBRegisterResponseIEs HNBAP-PROTOCOL-IES ::= { +HNBRegisterAcceptIEs HNBAP-PROTOCOL-IES ::= { { ID id-RNC-ID CRITICALITY reject TYPE RNC-ID PRESENCE mandatory }, ... } -HNBRegisterResponseExtensions HNBAP-PROTOCOL-EXTENSION ::= { +HNBRegisterAcceptExtensions HNBAP-PROTOCOL-EXTENSION ::= { -- Extension for Release 9 to support CS Multiplexing -- { ID id-MuxPortNumber CRITICALITY ignore EXTENSION MuxPortNumber PRESENCE optional}| { ID id-Iurh-Signalling-TNL-Address CRITICALITY ignore EXTENSION IP-Address PRESENCE optional}| -- cgit v1.2.3