aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-03add mgcp rtp loglynxis/34c3Alexander Couzens1-2/+3
2017-12-28Return proper MGCP Error codes, as per specHarald Welte2-14/+21
2017-12-28centralize handling of common errors like "endpoint not found"Harald Welte3-30/+12
2017-12-28mgcp_internal.h: document more struct members with commentsHarald Welte1-1/+10
2017-12-28mgcp_msg: We must parse endpoint numbers as hex, not decimal!Harald Welte1-1/+1
2017-12-25libosmo-mgcp: Cosmetic spelling fixes in commentsHarald Welte6-17/+17
2017-12-25mgcp_rtp_end: Group statistics members into 'stats' sub-structHarald Welte7-28/+26
2017-12-25mgcp_rtp_state: grup 'stats' members into sub-structureHarald Welte4-45/+48
2017-12-25strct mgcp_rtp_state: Group + document struct members related to patchingHarald Welte2-25/+32
2017-12-12network: use originating RTP packet address for loopbackPhilipp Maier1-0/+9
2017-12-10mcgp_client: mgcp_msg_gen(): add checks to verify paramsPhilipp Maier1-2/+28
2017-12-04mgcp_test: fix possible double freePhilipp Maier1-1/+2
2017-12-04mgcp_test: add returncode checkPhilipp Maier2-3/+33
2017-12-04mgcp_test: fix nullpointer dereferencePhilipp Maier1-2/+3
2017-12-04mgcp_test: fix wrong strcmp() parametersPhilipp Maier1-3/+6
2017-12-04conn: remove assertionsPhilipp Maier1-25/+0
2017-12-04client: use string as connection identifierPhilipp Maier1-1/+1
2017-12-03mgcp_client_test makefile: add update_exp targetNeels Hofmeyr1-0/+3
2017-12-03mgcp_client: add transaction cleanupNeels Hofmeyr5-9/+125
2017-12-02Revert "mgcp_client: don't configure "bts base"" until osmo-msc is readyNeels Hofmeyr3-0/+31
2017-12-01cosmetic: clearly mark endpoint numbers as hexPhilipp Maier4-83/+83
2017-12-01cosmetic: fix sourcecode formattingPhilipp Maier1-3/+3
2017-12-01client: use osmo_strlcpy instead of strncpyPhilipp Maier4-10/+10
2017-12-01libosmo-mgcp: Connection Identifiers are allocated by MGW, not CAPhilipp Maier9-168/+970
2017-12-01MGCP: Connection Identifiers are hex stringsPhilipp Maier16-101/+105
2017-11-30mgcp_client: don't configure "bts base"Neels Hofmeyr3-31/+0
2017-11-27vty: do not change number_endpoints at runtimePhilipp Maier4-13/+14
2017-11-27vty: simplify endpoint allocationPhilipp Maier1-17/+6
2017-11-24cosmetic: use correct VTY port number constantPhilipp Maier1-1/+1
2017-11-22mgcp_test: sanitize: free msgb_ctxNeels Hofmeyr1-1/+4
2017-11-22mgcp_test: test_no_cycle: sanitize: free endpNeels Hofmeyr1-0/+1
2017-11-18mgcp_test: test_packet_error_detection: sanitize: free all connsNeels Hofmeyr1-0/+1
2017-11-18legacy_mgcp: mgcp_test: sanitize: free msgb_ctxNeels Hofmeyr1-1/+4
2017-11-18add --enable-sanitize config optionNeels Hofmeyr1-0/+12
2017-11-17osmo-mgw: Fix copyright noticeHarald Welte1-4/+4
2017-11-17osmo-mgw: Config file is osmo-mgw.cfg, and not mgcp.cfgHarald Welte1-1/+1
2017-11-17osmo-mgw: Update copyright statementHarald Welte1-0/+1
2017-11-17Fix possible buffer overflow in mgcp_conn_dump()Harald Welte1-1/+1
2017-11-17cosmetic: fix whitespaces; we use tabs for indentationHarald Welte5-59/+59
2017-11-16debian: include systemd service osmo-mgw.serviceAlexander Couzens1-0/+1
2017-11-16debian/control: correct library dependency of osmo-mgw against libosmo-mgcp1Alexander Couzens1-1/+1
2017-11-15MGCP endpoints: parse as decimal, not hexNeels Hofmeyr1-1/+1
2017-11-12doc: update sample config filePhilipp Maier1-9/+14
2017-11-12cosmetic: remove prefix "net" from rtp related vty commandsPhilipp Maier1-11/+28
2017-11-10cosmetic: guard dead osmux vty code with ifdefPhilipp Maier1-1/+2
2017-11-10osmux: fix nullpointer dereferencePhilipp Maier1-3/+10
2017-11-10fix segfault: DLCX for unknown endpoint: dont try to log NULL endpointNeels Hofmeyr1-3/+3
2017-11-10contrib: Add osmo-mgw systemd servicePau Espin Pedrol1-0/+11
2017-11-10Tag/Release Version 1.2.01.2.0Harald Welte6-6/+36
2017-11-08network: remove unused return codePhilipp Maier1-5/+11