pespin submitted this change.
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
library/L3_Templates: Fix discriminator field in ts_GMM_DET_ACCEPT_MO
It says it's overwritten, so in practice it may not be important, but
it's confusing for readers when figuring out which values are expected,
eg when adding a new tr_ template which needs that field set right (not
overwritten there).
Change-Id: If9741953f98b7dd29749d335a5bd937fdfb62bc6
---
M library/L3_Templates.ttcn
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 77d949b..4c9a2f6 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -3061,7 +3061,7 @@
}
template PDU_L3_MS_SGSN ts_GMM_DET_ACCEPT_MO := {
- discriminator := '0000'B, /* overwritten */
+ discriminator := '1000'B, /* overwritten */
tiOrSkip := {
skipIndicator := '0000'B
},
To view, visit change 37556. To unsubscribe, or for help writing mail filters, visit settings.