pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36758?usp=email )
Change subject: asterisk: Use (and fix) ActionID field in Action Login
......................................................................
Patch Set 1:
(1 comment)
File asterisk/AMI_Functions.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36758/comment/c9c7bd0d_e408…
PS1, Line 89: tr_AMI_Field_ActionId(template (present) charstring val := ?) :=
tr_AMI_Field(AMI_FIELD_ACTION_ID, val);
@laforge@gnumonks.org that probably means I can use "pattern @nocase
AMI_FIELD_ACTION_ID" here? something like:
template (present) AMI_Field
tr_AMI_Field_ActionId(template (present) charstring val := ?) := tr_AMI_Field(pattern
@nocase AMI_FIELD_ACTION_ID, val);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36758?usp=email
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: I9080f617c4e7272b9dd67d616069ac9350411f3c
Gerrit-Change-Number: 36758
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Thu, 09 May 2024 12:40:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment