aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2016-02-29fix build: move local include dir before sys installed oneNeels Hofmeyr1-1/+1
2016-02-29hnb-test: make hnb-gw address configurableNeels Hofmeyr2-2/+8
2016-02-29hnb-test: add messages leading to Location Update AcceptNeels Hofmeyr1-8/+81
2016-02-29hnb-test: replace some hex vals with GSM48_* constantsNeels Hofmeyr1-3/+4
2016-02-29hnb-test-ranap.c: fix missing returnNeels Hofmeyr1-1/+1
2016-02-29hnb-test fix id respNeels Hofmeyr1-5/+1
2016-02-29hnb-test: attempt to reply to an MM Identity RequestNeels Hofmeyr3-11/+109
2016-02-29hnb-test: decode NAS pdu when receiving RUA from CNNeels Hofmeyr4-1/+97
2016-02-29hnb-test: tweak commentNeels Hofmeyr1-1/+1
2016-02-29hnb-test: comment on gen_initue_lu() IMSINeels Hofmeyr1-0/+13
2016-02-24hnb-test: some rua rx printfsNeels Hofmeyr2-3/+66
2016-02-24osmo-hnbgw, hnb-test: allow configuring VTY addressNeels Hofmeyr1-1/+2
2016-02-20test-ranap.ok: fix expectations after commit 49f99cd26Neels Hofmeyr1-6/+6
2016-02-18hnb-test: fix wrong domain indicator in ranap.Neels Hofmeyr1-1/+1
2016-02-18dummy_cn_sua: missing includeNeels Hofmeyr1-0/+1
2016-01-14hnb-test: Increment UE conn_id for each new loc_upd_reqDaniel Willmann1-1/+3
2016-01-14dummy_cn: Respond to initial UE message with empty ranap messageDaniel Willmann1-1/+13
2016-01-07Free ies struct after use in tests and hnbgw_cn/ruaDaniel Willmann2-0/+6
2016-01-07tests/dummy_cn_sua.c: Fix ranap_common_cn includeDaniel Willmann1-1/+1
2016-01-06make ranap_common.cn.[ch] part of libosmo-ranapHarald Welte3-351/+1
2016-01-06ranap_common_cn.c: Use call-backs rather than function callsHarald Welte3-20/+13
2016-01-05move ranap_*.h,iu_helpers.h to include/osmocom/ranap/Neels Hofmeyr7-13/+13
2016-01-05Fix -I in tests/ (broken by include dir changes)Neels Hofmeyr1-2/+2
2016-01-03move tests/rua_helper.[ch] to src directoryHarald Welte4-163/+3
2016-01-03add test-ranap to testsuiteHarald Welte2-0/+211
2016-01-03steps towards making 'make distcheck' workHarald Welte1-4/+4
2016-01-03move asn1helpers.[ch] to libasn1cHarald Welte1-6/+5
2016-01-03don't include hnbgw.h from ranap header filesHarald Welte2-0/+2
2016-01-03merge (+rename) iu_helpers.c into libosmo-ranapHarald Welte4-9/+10
2016-01-03Introduce libosmo-ranap.so as shared RANAP libHarald Welte1-8/+4
2016-01-01test-ranap: Call new RANAP encoder functions from ranap_msg_factory.cHarald Welte1-0/+35
2015-12-29more verbose logging in various placesHarald Welte1-0/+4
2015-12-28ranap_common_cn: Handle non-terminal 'outcome' for RAB-ASS.respHarald Welte1-0/+30
2015-12-28ranap_common_cn: Fix typoHarald Welte1-1/+1
2015-12-26Dummy CN: Handle RANAP payload of DISCONNET.indHarald Welte1-0/+2
2015-12-26dummy CN: Handle Iu Release Request (respond with Release Command)Harald Welte1-0/+21
2015-12-26dummy_cn_sua.c: Fix syntax errorsHarald Welte1-15/+19
2015-12-26Dummy CN: Create a per-UE connection context and resolve it.Harald Welte1-2/+34
2015-12-26properly resolve the cnlink from SUA signalling linkHarald Welte1-1/+1
2015-12-26don't double-free msgb's in rua_helper and ranap_common_cnHarald Welte2-10/+3
2015-12-26add 'dummy cn' as a stub core netwrok element to which hnbgw connectsHarald Welte2-3/+270
2015-12-25factor out some common shared test init codeHarald Welte6-47/+104
2015-12-25Add new common RANAP parsing code for CN elementsHarald Welte2-0/+320
2015-12-24fix build if depenedencies are in distinct directoriesAlexander Huemer1-1/+1
2015-12-24add rua_helper.[ch] missing from previous commitHarald Welte2-0/+166
2015-12-24hnb-test: Add VTY to manually issue Iuh messagesHarald Welte3-26/+231
2015-12-18First compiling (and leak-free) RANAP message generation functionsHarald Welte2-467/+126
2015-12-18test-ranap.c: Further WIP, it now actually compilesHarald Welte1-63/+82
2015-12-18test-ranap.c: More WIP code for convoluted RANAP message encodingHarald Welte1-31/+283
2015-12-17hnb-test: Add an option to transmit multiple UE register/deregister msgsDaniel Willmann2-0/+33