aboutsummaryrefslogtreecommitdiffstats
path: root/src/libosmo-mgcp/mgcp_protocol.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-27mgw: Configure IuUP if codec set during MDCXPau Espin Pedrol1-0/+4
2023-07-10ASCI: Support conference briding with 1..n connectionsAndreas Eversberg1-1/+1
2023-06-30mgcp: fix "L: a:" header parsing: heed ";" separatorNeels Hofmeyr1-2/+2
2023-06-15mgw: Allow auditing speciall 'null' endpointPau Espin Pedrol1-7/+54
2023-05-22mgcp_codec: fix codec decisionPhilipp Maier1-1/+11
2023-01-24Fix various typosOliver Smith1-1/+1
2022-10-13osmux: Clean up mgcp_config osmux fieldsPau Espin Pedrol1-4/+4
2022-10-12osmux: Introduce osmux peer-behind-nat (on|off) and rework conn activationPau Espin Pedrol1-6/+20
2022-10-06osmux: Move setting OSMUX_STATE_DISABLED to initializer functionPau Espin Pedrol1-3/+0
2022-10-06osmux: Simplify and constify param passingPau Espin Pedrol1-1/+1
2022-10-06Check once if remote addr is available when sending dummy packetPau Espin Pedrol1-4/+6
2022-10-06osmux: Drop unused role parameterPau Espin Pedrol1-1/+1
2022-10-06osmux: Change couple log lines to OSMUX categoryPau Espin Pedrol1-2/+3
2022-10-05Add Osmux IPv6 supportPau Espin Pedrol1-3/+8
2022-10-04Get rid of separate rtp_port fieldPau Espin Pedrol1-2/+2
2022-10-04send_dummy: Use proper condition to test if conn is osmuxPau Espin Pedrol1-1/+1
2022-10-03osmux: Unify rtp_conn osmux type into a single typePau Espin Pedrol1-2/+1
2022-09-27osmux: Allocate rate counters during initialization of osmux connPau Espin Pedrol1-2/+1
2022-09-25osmux: Rename field s/init/initializedPau Espin Pedrol1-1/+1
2022-09-23osmux: Support local CID != remote CIDPau Espin Pedrol1-14/+19
2022-09-23osmux: Rename field osmux usage policy and define it with proper typePau Espin Pedrol1-3/+3
2022-09-22osmux: Attach osmux to virtual trunkPau Espin Pedrol1-1/+1
2022-09-08mgw: Use X-Osmux string definePau Espin Pedrol1-1/+1
2022-02-07Initial IuUP support using proper FSMsPau Espin Pedrol1-1/+13
2021-11-17rework message handlingEric1-57/+56
2021-11-17adjust mgcp response contextEric1-56/+53
2021-09-14endp: do not cache cfg pointerEric1-9/+9
2021-09-13embed strings into structsEric1-3/+3
2021-09-13globally lock the portrange when trying to grab a port to prep for multithrea...Eric1-1/+5
2021-09-10rename do_retransmissionEric1-2/+2
2021-08-09mgcp_ratectr: do not set talloc destructor on library allocated itemPhilipp Maier1-0/+8
2021-08-05mgcp_protocol: get rid of policy_cb and change_cbPhilipp Maier1-79/+13
2021-07-27mgcp_protocol: assert endp when it becomes mandatoryPhilipp Maier1-0/+4
2021-07-22mgcp_protocol: add support for wildcarded DLCXPhilipp Maier1-17/+53
2021-07-21mgcp_protocol: refactor function create_response_with_sdpPhilipp Maier1-27/+17
2021-07-21mgcp_msg: add trunk parameter to mgcp_check_param for loggingPhilipp Maier1-3/+3
2021-07-20mgcp_protocol: refactor MGCP request handlingPhilipp Maier1-112/+197
2021-07-19mgcp_protocol: refactor request handler arrayPhilipp Maier1-18/+29
2021-07-13mgcp_ratectr: refactor rate counter and set group namePhilipp Maier1-1/+1
2021-07-09mgcp_protocol: fix loop that sends dummy RTP packetsPhilipp Maier1-1/+1
2021-07-07Fail rx MDCX sendrecv with invalid remote addrPau Espin Pedrol1-1/+1
2021-07-07mgw: rx CRCX: Avoid sending dummy rtp if remote address not providedPau Espin Pedrol1-5/+9
2021-07-07constify some function arg pointersPau Espin Pedrol1-2/+2
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-54/+54
2020-09-21mgw: Avoid logging notice message each time we receive nt param in LCOPau Espin Pedrol1-0/+5
2020-09-21cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2020-09-21mgw: Don't be case-sensitive when parsing X-Osmo-IGN paramPau Espin Pedrol1-1/+1
2020-09-07mgw: Announce and rebind new local address if change required during MDCXPau Espin Pedrol1-0/+15
2020-09-07mgw: Find and store RTP conn local_addr once during CRCX handlingPau Espin Pedrol1-10/+11
2020-09-07mgw: Initial IPv6 supportPau Espin Pedrol1-1/+1