Attention is currently required from: pespin.
jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33925 )
Change subject: BSC_Tests: Fix test case TC_err_84_unknown ......................................................................
Patch Set 1:
(1 comment)
File bsc/BSC_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33925/comment/50708c2c_4500f... PS1, Line 5662: msg.msgs.rrm.dTM_AssignmentFailure.messageType := '01001000'B;
can't you use some enum for DTM ASSIGNMENT FAILURE here?
A cleaner solution is implementing DTM messages in library/L3_Templates.ttcn and then use that. See my second patch set.