aboutsummaryrefslogtreecommitdiffstats
path: root/library/MGCP_Emulation.ttcn
AgeCommit message (Expand)AuthorFilesLines
2023-05-08library/MGCP_Emulation: fix typoOliver Smith1-1/+1
2023-02-15Cosmetic: fix various typosOliver Smith1-3/+3
2021-08-06MGCP_Emulation: allow moving ep handling to another test componentNeels Hofmeyr1-1/+26
2021-02-05library/MGCP_Emulation: fix a copy-pasted commentVadim Yanitskiy1-1/+1
2019-06-24lib/mgcp: Add new port with support to handle multiple MGCP socketsPau Espin Pedrol1-9/+46
2019-05-27cosmetic: Update copyright statement, license notice and SPDXHarald Welte1-0/+2
2018-11-06cosmetic: fix compilation warningsMax1-2/+0
2018-07-24library: Ensure setverdict(fail) is followed by mtc.stopDaniel Willmann1-16/+15
2018-06-25BSC_Tests: use correct payload types and encoding names on MGCPPhilipp Maier1-0/+21
2018-06-01*_Emulation.ttcn: Specify destination when replying on procedure portsHarald Welte1-2/+2
2018-05-23Print more self-explanatory error message on bind/connect failuresHarald Welte1-1/+8
2018-03-23bsc: Fix tons of TTCN3 compiler warningsHarald Welte1-1/+1
2018-01-30bsc: Handle wildcard endpoint name in MGCP CRCXHarald Welte1-3/+8
2018-01-29MGCP_Emulation: Remove bogus mgcp_conn_id variable from MGCP_ConnHdlrHarald Welte1-1/+0
2018-01-29bsc: Reply to CRCX with ACKDaniel Willmann1-0/+1
2018-01-26MGCP_Emulation: Move from connetion-based to endpoint-based modelHarald Welte1-51/+121
2018-01-26MGCP_Emulation: More complete implementationHarald Welte1-44/+177
2018-01-26MGCP_Emulation: Add comment + license disclaimerHarald Welte1-0/+27
2018-01-26bsc: CRCX is answered with (malformed) ACKDaniel Willmann1-2/+41
2018-01-26MGCP library part of "bsc: Reply to CRCX with ACK"Harald Welte1-0/+1
2018-01-26MGCP_Emulation part of "bsc: Register expect criteria for MGCP CRCX"Daniel Willmann1-11/+25
2018-01-26Add MGCP_EmulationDaniel Willmann1-0/+149