Attention is currently required from: neels, pespin.
jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/33498 )
Change subject: ASCI: Use a unique call-id for RTP streams ......................................................................
Patch Set 6:
(1 comment)
File include/osmocom/msc/msc_t.h:
https://gerrit.osmocom.org/c/osmo-msc/+/33498/comment/6e87af82_e25cb29a PS6, Line 33: uint32_t call_id;
mgcp_call_id? Or is/will it used for other purposes?
The call ID is used to identify the call between MSC and BSS. It can be used by the MGW to identify the call for logging and accounting purpose. It can also be used to directly interconnect user data inside BSS. Because our implementation uses MGCP does not mean that call_id can be used for MGW only. I would leave it "call_id".