Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29277 )
Change subject: library/AMR: Add API to generate encoded RTP AMR headers ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
File library/AMR_Types.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29277/comment/faffefc9_d6338... PS1, Line 39: bit2oct I am surprised to see this kind of code in a TTCN-3 project. The language offers us records and templates, so why not using them? I understand that this approach is quicker to implement, but still think it should be done in a TTCNic way.