dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33793 )
Change subject: PCUIF_Types: add decoder for PCUIF_pch_dt
......................................................................
PCUIF_Types: add decoder for PCUIF_pch_dt
An encoder function enc_PCUIF_pch_dt exists but we do not have an
encoder yet.
Related: OS#5927
Change-Id: I535aa45a676b87a8912e99bdb802bf29a23f1c89
---
M library/PCUIF_Types.ttcn
1 file changed, 15 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/93/33793/1
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 65d0c41..94056b9 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -326,6 +326,8 @@
external function enc_PCUIF_pch_dt(in PCUIF_pch_dt pdu) return octetstring
with { extension "prototype(convert) encode(RAW)" };
+external function dec_PCUIF_pch_dt(in octetstring stream) return PCUIF_pch_dt
+ with { extension "prototype(convert) decode(RAW)" };
type union PCUIF_MsgUnion {
PCUIF_data data_req,
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33793
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: I535aa45a676b87a8912e99bdb802bf29a23f1c89
Gerrit-Change-Number: 33793
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33780 )
Change subject: hnbgw: Introduce module parameter mp_validate_talloc_asn1
......................................................................
Patch Set 1: Code-Review+2
(1 comment)
File hnbgw/HNBGW_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33780/comment/74f4afeb_a872…
PS1, Line 465: if (mp_validate_talloc_asn1) {
> I think it's better to keep it the way I submitted so that the checks can be enabled or not based on […]
Ack
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33780
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: I5c18cf2d6797bcf0bef13d71ab0b69f1403b474f
Gerrit-Change-Number: 33780
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 18 Jul 2023 13:23:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: osmith <osmith(a)sysmocom.de>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/33781 )
Change subject: hnbgw: Skip asn1 talloc mem checks in osmo-hnbgw-latest
......................................................................
Patch Set 1: Code-Review+2
(1 comment)
Patchset:
PS1:
> I preferred keeping it this way so that it can also be disabled whatever the condition, which may be […]
Okay, fine with me.
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/33781
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I1a933795ffef3cea97fcf34b1c513e71f3256c83
Gerrit-Change-Number: 33781
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 18 Jul 2023 13:23:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: osmith <osmith(a)sysmocom.de>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment