osmo-ttcn3-hacks/library
Harald Welte 9601c8106a MGCP_Emulation: Move from connetion-based to endpoint-based model
In the end, we will often see two connections that relate to one
endpoint, so let's dispatch based on the endpoint name and not based
on the connection identifier.

In the BSC case, we have
* two MGCP connections on one EP in case of RTP/IP based Abis
* one MGCP connectio on one EP in case of E1/T1 based Abis

In the MSC case, we have
* two MGCP connections on one EP: BSS and MSS/MNCC side

Change-Id: I8cd7395ee7b076a9a9ef513cc1b71f2db5009845
2018-01-26 22:53:57 +01:00
..
BSSAP_Adapter.ttcn BSSAP_Adapter: Always perform BSSMAP Reset on start-up 2018-01-21 19:31:09 +01:00
BSSAP_CodecPort.ttcn Add comments with short module description on top of each file 2018-01-03 21:09:29 +01:00
BSSMAP_Emulation.ttcn BSSMAP_Emulation: Introduce new MSC_CONN_PRIM_CONF_IND 2018-01-22 03:01:27 +01:00
BSSMAP_Templates.ttcn BSSMAP_Templates: Permit tr_BSSMAP_AssignmentReq without CIC 2018-01-26 10:42:53 +01:00
GSMTAP_PortType.ttcn Add ASP_ConnId_ReadyToRelease in all translation ports using IPL4asp 2017-11-19 09:29:51 +01:00
GSMTAP_Types.ttcn Introduce 'library' directory for modules shared by multiple test cases 2017-07-19 19:57:26 +02:00
GSM_RR_Types.ttcn GSM_RR_Types: Parse PacketChannelDescription 2017-07-30 04:19:14 +02:00
GSM_SystemInformation.ttcn sysinfo: Fix compilation 2017-08-20 22:47:44 +02:00
GSM_Types.ttcn BSSMAP_Templates: Add templates for various PAGING options 2017-12-11 19:51:00 +01:00
GSUP_Emulation.ttcn Add new GSUP Emulation module, dispatching GSUP based on IMSI 2018-01-21 19:31:09 +01:00
GSUP_Types.ttcn msc: TC_lu_auth_2G_fail: Test auth failure in 2G auth 2018-01-24 23:05:35 +01:00
General_Types.ttcn General_Types: Make it work with TITAN 6.3.0 2017-12-08 13:58:08 +01:00
IPA_CodecPort.ttcn Add comments with short module description on top of each file 2018-01-03 21:09:29 +01:00
IPA_CodecPort_CtrlFunct.ttcn IPA_CodecPort: Wrap f_IPL4_setGetMsgLen function 2017-11-29 11:46:24 +01:00
IPA_CodecPort_CtrlFunctDef.cc IPA_CodecPort: Wrap f_IPL4_setGetMsgLen function 2017-11-29 11:46:24 +01:00
IPA_Emulation.ttcn GSUP: Fix handling of odd-length IMSI and 0xF filler digit 2018-01-24 22:42:25 +01:00
IPA_Types.ttcn Add comments with short module description on top of each file 2018-01-03 21:09:29 +01:00
IPCP_Types.ttcn ggsn: Verify presence of DNS addresses in IPCP of PCO 2017-12-04 19:04:24 +01:00
IPL4_GSMTAP_CtrlFunct.ttcn Introduce 'library' directory for modules shared by multiple test cases 2017-07-19 19:57:26 +02:00
IPL4_GSMTAP_CtrlFunctDef.cc Introduce 'library' directory for modules shared by multiple test cases 2017-07-19 19:57:26 +02:00
IuUP_Emulation.ttcn Add comments with short module description on top of each file 2018-01-03 21:09:29 +01:00
IuUP_EncDec.cc Add 3GPP TS 25.415 IuUP encoder/decoder 2017-12-25 00:00:58 +01:00
IuUP_Types.ttcn Add comments with short module description on top of each file 2018-01-03 21:09:29 +01:00
L1CTL_PortType.ttcn L1CTL_PortType: Make osmocom_l2 socket configurable as module parameter 2017-08-20 22:54:57 +02:00
L1CTL_Types.ttcn Add Definitions for GPRS coding schemes 2017-08-01 00:05:52 +02:00
L3_Templates.ttcn L3_Templates: ts_Bcap_voice(): Include speech version octets 2018-01-26 10:42:53 +01:00
LAPDm_RAW_PT.ttcn LAPDm_RAW_PT: Use default L1CTL socket 2017-08-25 09:56:47 +02:00
LAPDm_Types.ttcn move LAPDm_types to library + make lapdm executable compile again 2017-07-31 16:15:56 +02:00
MGCP_CodecPort.ttcn MGCP_CodecPort: Receive MGCP command or response 2018-01-26 10:42:53 +01:00
MGCP_CodecPort_CtrlFunct.ttcn Move MGCP_CodecPort to library directory 2017-11-25 02:05:04 +01:00
MGCP_CodecPort_CtrlFunctDef.cc Move MGCP_CodecPort to library directory 2017-11-25 02:05:04 +01:00
MGCP_Emulation.ttcn MGCP_Emulation: Move from connetion-based to endpoint-based model 2018-01-26 22:53:57 +01:00
MGCP_Templates.ttcn MGCP_Emulation: More complete implementation 2018-01-26 10:42:53 +01:00
MGCP_Types.ttcn Add comments with short module description on top of each file 2018-01-03 21:09:29 +01:00
MNCC_CodecPort.ttcn MNCC: Add some useful templates / helper functions 2018-01-17 13:34:58 +00:00
MNCC_Emulation.ttcn MNCC_Emulation: Similar to BSSMAP_Emulation but for MNCC 2018-01-21 19:28:59 +01:00
MNCC_EncDec.cc MNCC: Make sure all unused fields are set to omit, not 'unbound' 2018-01-17 13:34:58 +00:00
MNCC_Types.ttcn WIP: MSC: Add MO call testing 2018-01-24 17:29:15 +01:00
Native_FunctionDefs.cc Add Native_Functions module for inet_addr / inet_ntoa 2017-08-19 13:52:36 +02:00
Native_Functions.ttcn Add Native_Functions module for inet_addr / inet_ntoa 2017-08-19 13:52:36 +02:00
Osmocom_CTRL_Adapter.ttcn bsc test: Abstract out CTRL handling so it can be re-used from MSC test 2018-01-21 19:31:09 +01:00
Osmocom_CTRL_Functions.ttcn Add comments with short module description on top of each file 2018-01-03 21:09:29 +01:00
Osmocom_CTRL_Types.ttcn Add comments with short module description on top of each file 2018-01-03 21:09:29 +01:00
Osmocom_Types.ttcn msc: Move f_sleep() to common Osmocom_Types.ttcn 2018-01-26 22:53:57 +01:00
Osmocom_VTY_Functions.ttcn Osmocom_VTY_Functions: Make prompt configurable 2018-01-24 18:53:32 +01:00
RLCMAC_CSN1_Types.ttcn RLCMAC_CSN1: Add "other" for not-yet-implemented message types 2017-08-01 00:27:06 +02:00
RLCMAC_EncDec.cc sysinfo: Fix the TC_telnet test case VTY command order 2017-08-26 09:25:20 +02:00
RLCMAC_Types.ttcn RLCMAC: Integrate encoding/decoding of Control Message Payload 2017-08-01 00:27:39 +02:00
RSL_Emulation.ttcn RSL_Emulation: Initialize the ConnectionTable 2018-01-17 13:11:57 +01:00
RSL_Types.ttcn Add comments with short module description on top of each file 2018-01-03 21:09:29 +01:00
RTP_CodecPort.ttcn Add comments with short module description on top of each file 2018-01-03 21:09:29 +01:00
RTP_CodecPort_CtrlFunct.ttcn Add missing RTP_CodecPort_CtrlFunct TTCN and C++ files 2017-12-13 15:42:31 +01:00
RTP_CodecPort_CtrlFunctDef.cc Add missing RTP_CodecPort_CtrlFunct TTCN and C++ files 2017-12-13 15:42:31 +01:00
RTP_Emulation.ttcn RTP_Emulation: Integrate IuUP support 2017-12-25 00:03:07 +01:00
mncc.h Add a MNCC Socket implementation for TTCN-3 2018-01-03 21:09:35 +01:00