daniel has uploaded this change for review.
hnbap: Match on any protocolExtensions in tr templates
Change-Id: Ic8f9afc9d74507f7d73f52cefc92ed1c2dc4b1bc
---
M library/hnbap/HNBAP_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/06/29206/1
diff --git a/library/hnbap/HNBAP_Templates.ttcn b/library/hnbap/HNBAP_Templates.ttcn
index 0e62291..e26b744 100644
--- a/library/hnbap/HNBAP_Templates.ttcn
+++ b/library/hnbap/HNBAP_Templates.ttcn
@@ -83,7 +83,7 @@
value_ := { sAC := sac }
}
},
- protocolExtensions := omit
+ protocolExtensions := *
}
}
}
@@ -105,7 +105,7 @@
value_ := { RNC_ID := rnc_id }
}
},
- protocolExtensions := omit /* TODO: Mux Port Number (optional) 9.2.29 */
+ protocolExtensions := * /* TODO: Mux Port Number (optional) 9.2.29 */
}
}
}
To view, visit change 29206. To unsubscribe, or for help writing mail filters, visit settings.