Attention is currently required from: pespin.
3 comments:
Patchset:
IMHO we should abandon this and merge https://gerrit.osmocom.org/c/osmo-mgw/+/35205 instead (details below)
File src/libosmo-mgcp/mgcp_network.c:
HACK: for IuUP, we want to reply with an IuUP Initialization ACK upon the first RTP
* messag
This code was only active in LOOPBACK mode; since patch [1] we no longer send CRCX in LOOPBACK from […]
Tests show these things:
(1) I'm partly wrong about loopback:
osmo-msc sends CRCX in recvonly mode,
but osmo-hnbgw still sends CRCX in loopback mode.
That explains why this patch cares about LOOPBACK.
Nevertheless, we should get rid of the need for LOOPBACK mode for IUFP:
The IuUP Init procedure is one layer below the RTP loopback/send/recv behavior.
(2) I did need a patch for osmo-mgw to successfully establish a 3G call,
because indeed the IuUP Initialization message is refused with a message like
"Rx RTP from 127.0.0.6, but remote address not set: dropping early media"
Submitting the patch as
I6c365559a7bd197349f0ea99f7a13b56a4bb580b
https://gerrit.osmocom.org/c/osmo-mgw/+/35205
Patch Set #2, Line 876: return 0;
it's like this, right? […]
Done
To view, visit change 35176. To unsubscribe, or for help writing mail filters, visit settings.