osmo-mgw/tests/mgcp
Pau Espin 8de58e79b8 osmux: Cleanup of CID alloc pool APIs
* Cleanup naming to make it far more clear
* Drop 2 variables holding CID values (allocated_cid, cid), in favour of
1 value holdinf the value and one bool stating whether the value is
used.
* Change conn_osmux_allocate_cid to allow allocating either next
available CID or a specific one, in preparation for forthcoming patches.

This commit can be merged straight away because anyway osmux cannot be
enabled in current status (blocked by vty config) and
(conn_)osmux_allocate_cid was/is not called anywhere. However, it helps
improving code base for future re-introduction of Osmux as it is
envisioned.

Change-Id: I737a248ac6c74add8e917fe2e2f36779d0f1d685
2019-04-25 21:38:38 +00:00
..
Makefile.am Turn libosmo-mgcp into local, non-installed library 2018-02-05 22:41:32 +00:00
mgcp_test.c osmux: Cleanup of CID alloc pool APIs 2019-04-25 21:38:38 +00:00
mgcp_test.ok AMR: Add function to convert between bw-effient and octet aligned mode 2019-03-12 09:56:28 +01:00