[MERGED] osmo-ttcn3-hacks[master]: L3_Templates: Fix activatePDPContextReject msg_Type

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Feb 18 21:36:44 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: L3_Templates: Fix activatePDPContextReject msg_Type
......................................................................


L3_Templates: Fix activatePDPContextReject msg_Type

Change-Id: Ibc40502a4e9862ac8d95d77b483dac39ac783e5b
---
M library/L3_Templates.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 4398cea..ffabff4 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -1859,7 +1859,7 @@
 	msgs := {
 		gprs_sm := {
 			activatePDPContextReject := {
-				messageType := '01001111'B,
+				messageType := '01000011'B,
 				smCause := cause,
 				protocolConfigOpts := *,
 				backOffTimer := *,

-- 
To view, visit https://gerrit.osmocom.org/6583
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibc40502a4e9862ac8d95d77b483dac39ac783e5b
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list