Attention is currently required from: laforge, fixeria. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29582 )
Change subject: bts: Log unexpected RSL message ......................................................................
Patch Set 2:
(1 comment)
File bts/BTS_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29582/comment/e7c2115a_0bcec... PS2, Line 786: RSL PDU
the problem is the overloading of the name RSL with either "RSL Port" and "RSL protocol [message|pac […]
port RSL_DCHAN_PT RSL; type port RSL_DCHAN_PT message { inout RSLDC_ChanRqd, RSL_Message, ASP_RSL_Unitdata; } with { extension "internal" }; type record ASP_RSL_Unitdata { integer conn_id optional, IpaStreamId streamId, RSL_Message rsl };
SO in the end all have RSL messages, it's just that some have them inside this ASP_RSL_Unitdata record with extra info.
It's cumbersome finding a good informative name here. I don't really care about calling it one way or another here, I just want to have the message content printed. Please any of you who like it one way or another provide me with the exact string you want me to put.