mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
The mgcp protocol in general allows wildcarded endpoints on CRCX. osmo-mgw does not support this feature yet. - when the endpoint name contains a wildcard character, search a free endpoint automatically - return the resulting endpoint name in the parameter section of the mgcp response - add parsing support for the returned endpoint names - Be more concious about the parameters that are returned with each response. Do not unnecessarily attach known parameters. Return the connection ID only on CRCX commands. Only return the endpoint ID on CRCX commands that are wildcarded. Change-Id: Iebc95043569191b6f5fbc8fe266b13fcfcab2e48 related: OS#2631