Commit Graph

4 Commits

Author SHA1 Message Date
Oliver Smith a000551a40 HACK: Bump MNCC_SOCK_VERSION to 6
Update mncc.h, but to not have to figure out ctypes generation and still be
MNCC v6 compatible, simply add a single SDP byte of '\0' to sent buffers, so
that an MNCC v6 MSC doesn't complain about a too short MNCC message.

Sending no SDP is compliant, and sending a single '\0' is the specified proper
way to do so, but we're achieving it in a hacky way.

To accept incoming MNCC v6: allow trailing data

Related: osmo-sip-connector I522ce7f206932a816a64f03d916799c3215bb8c7
2020-03-05 13:44:33 +01:00
Harald Welte 8ebb6355ef mncc.{h,py}: Add a gsm_mncc_bridge struct
this struct doesn't yet exist in upstream, but it should.
2015-12-05 13:51:37 +01:00
Harald Welte 1421f906b5 add a description on where the content of mncc.h originates from 2015-12-01 21:41:13 +01:00
Harald Welte 3d66bfbeee initial checkin of experiments with python and the MNCC interface 2015-12-01 19:07:30 +01:00