Attention is currently required from: laforge, daniel. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29206 )
Change subject: hnbap: Use protocolExtensions := * in tr and omit in ts templates ......................................................................
Patch Set 2: Code-Review-1
(1 comment)
File library/hnbap/HNBAP_Templates.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29206/comment/9dd07386_e80f8... PS2, Line 93: ts_HNBAP_HNBRegisterRequest Something is wrong here:
* this is a send (ts_) template, so it should be '(value)', not '(present)'; * all arguments should also be '(value)' or '(omit)', not '(present)'; * there should be no '?' nor '*' in send templates.