Attention is currently required from: fixeria.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41132?usp=email )
Change subject: RAN_{Emulation,Adapter}: Split transport type from transport client/server mode ......................................................................
Patch Set 2:
(2 comments)
File library/RAN_Adapter.ttcnpp:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41132/comment/0c78dda5_4a18a... : PS2, Line 120: ba.vc_IPA := IPA_Emulation_CT.create(id & "-IPA") alive; : map(ba.vc_IPA:IPA_PORT, system:IPA_CODEC_PT); : /* connect MTP3 service provider (IPA) to lower side of SCCP */ : connect(ba.vc_IPA:MTP3_SP_PORT, ba.vc_SCCP:MTP3_SCCP_PORT); : /* connect waiter to general IPA port (for ASP_IPA_Event) */ : ba.vc_WAIT := IPA_EventWaiter_CT.create(id & "-IPA-WAIT") alive; : connect(ba.vc_IPA:IPA_SP_PORT, ba.vc_WAIT:IPA_SP_PORT); :
Unneeded indent level? (shift left)
Done
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41132/comment/0b5ddd3c_121ad... : PS2, Line 138: /* wait until we received an IPA CCM ID_ACK */ : ba.vc_WAIT.done; :
Likewise here, why are you adding an indent level?
Done