daniel has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29197 )


Change subject: hnbap: Add tr_HNBAP_HNBRegisterReject
......................................................................

hnbap: Add tr_HNBAP_HNBRegisterReject

Change-Id: Ide006cac4fcdc062614f53fb95970feb51d63731
Related: OS#5656
---
M library/hnbap/HNBAP_Templates.ttcn
1 file changed, 20 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/97/29197/1

diff --git a/library/hnbap/HNBAP_Templates.ttcn 
b/library/hnbap/HNBAP_Templates.ttcn
index b199799..d0b8f47 100644
--- a/library/hnbap/HNBAP_Templates.ttcn
+++ b/library/hnbap/HNBAP_Templates.ttcn
@@ -132,6 +132,26 @@
 }

 /* 9.1.5 HNB REGISTER REJECT */
+template (present) HNBAP_PDU
+tr_HNBAP_HNBRegisterReject(template (present) Cause cause) := {
+       unsuccessfulOutcome := {
+               procedureCode := id_HNBRegister,
+               criticality := reject,
+               value_ := {
+                       HNBRegisterReject := {
+                               protocolIEs := {
+                                       {
+                                               id := HNBAP_Constants.id_Cause,
+                                               criticality := ignore,
+                                               value_ := { Cause := cause }
+                                       }
+                               },
+                               protocolExtensions := omit /* TODO: 
CriticalityDiagnostics, BackoffTimer */
+                       }
+               }
+       }
+}
+
 template (value) HNBAP_PDU
 ts_HNBAP_HNBRegisterReject(template (value) Cause cause) := {
        unsuccessfulOutcome := {

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29197
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ide006cac4fcdc062614f53fb95970feb51d63731
Gerrit-Change-Number: 29197
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <[email protected]>
Gerrit-MessageType: newchange

Reply via email to