pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28930
)
Change subject: sbcap: Fix spec references in comments
......................................................................
sbcap: Fix spec references in comments
Change-Id: I89bc9d15548e6c709f0e1b614f00bc98ec41d441
---
M library/sbcap/SBC_AP_Templates.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/sbcap/SBC_AP_Templates.ttcn b/library/sbcap/SBC_AP_Templates.ttcn
index 4ca714c..68afb58 100644
--- a/library/sbcap/SBC_AP_Templates.ttcn
+++ b/library/sbcap/SBC_AP_Templates.ttcn
@@ -302,7 +302,7 @@
}
}
-/* 4.3.4.2.3 STOP WARNING REQUEST */
+/* 4.3.4.2.2 WRITE-REPLACE WARNING RESPONSE */
template (value) SBC_AP_PDU
ts_SBCAP_WRITE_WARNING_RESP(template (value) BIT16 p_msg_id, template (value) BIT16
p_ser_nr,
template (value) SBC_AP_Cause cause := SBC_AP_Cause_message_accepted) := {
@@ -364,6 +364,7 @@
}
}
+/* 4.3.4.2.3 STOP WARNING REQUEST */
template (present) SBC_AP_PDU
tr_SBCAP_STOP_WARNING(template (present) BIT16 p_msg_id, template (present) BIT16
p_ser_nr) := {
initiatingMessage := {
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28930
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: I89bc9d15548e6c709f0e1b614f00bc98ec41d441
Gerrit-Change-Number: 28930
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged