aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/hnb-test.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-20ranap_msg_factory: Add keystatus parameter for security mode cmdDaniel Willmann1-1/+1
2016-04-19hnb-test: receive Paging, add CL rxNeels Hofmeyr1-0/+7
2016-04-19hnb-test: request Iu Release, handle Iu Release CommandNeels Hofmeyr1-0/+20
2016-04-19hnb-test: add Security Mode Command handlingNeels Hofmeyr1-0/+7
2016-04-19hnb-test: cosmetic: rename hnb_test_nas_tx_dt() to hnb_test_tx_dt()Neels Hofmeyr1-4/+4
2016-04-19hnb-test: simplify crossing message layersNeels Hofmeyr1-74/+31
2016-04-19hnb-test: generate SRES from hardcoded KiNeels Hofmeyr1-5/+30
2016-04-06hnb-test: parse_mm: assert MM pdiscNeels Hofmeyr1-0/+2
2016-04-06hnb-test: on auth response, make it seq nr 2Neels Hofmeyr1-1/+1
2016-04-06hnb-test: rx dtap: log message sizeNeels Hofmeyr1-1/+1
2016-04-06hnb-test: don't segfault when msgb has no l3Neels Hofmeyr1-0/+20
2016-04-06hnb-test: use gsm48_hdr_pdisc() and gsm48_hdr_msg_type() instead of bitmasksNeels Hofmeyr1-3/+3
2016-03-30hnb-test: print sent bytesNeels Hofmeyr1-0/+1
2016-03-30hnb-test: answer MM Authentication RequestNeels Hofmeyr1-0/+42
2016-03-30hnb-test: print LU RejectNeels Hofmeyr1-0/+4
2016-03-30hnb-test: factor out MM header parsingNeels Hofmeyr1-25/+33
2016-03-04hnb-test: send TMSI REALLOC COMPL only when LU ACC sent a TMSINeels Hofmeyr1-3/+32
2016-02-29hnb-test: make hnb-gw address configurableNeels Hofmeyr1-2/+7
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 fix id respNeels Hofmeyr1-5/+1
2016-02-29hnb-test: attempt to reply to an MM Identity RequestNeels Hofmeyr1-9/+98
2016-02-29hnb-test: decode NAS pdu when receiving RUA from CNNeels Hofmeyr1-0/+11
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 Hofmeyr1-3/+64
2016-02-24osmo-hnbgw, hnb-test: allow configuring VTY addressNeels Hofmeyr1-1/+2
2016-02-18hnb-test: fix wrong domain indicator in ranap.Neels Hofmeyr1-1/+1
2016-01-14hnb-test: Increment UE conn_id for each new loc_upd_reqDaniel Willmann1-1/+3
2016-01-07Free ies struct after use in tests and hnbgw_cn/ruaDaniel Willmann1-0/+2
2016-01-05move ranap_*.h,iu_helpers.h to include/osmocom/ranap/Neels Hofmeyr1-2/+2
2016-01-03move tests/rua_helper.[ch] to src directoryHarald Welte1-1/+1
2016-01-03merge (+rename) iu_helpers.c into libosmo-ranapHarald Welte1-2/+2
2015-12-25factor out some common shared test init codeHarald Welte1-7/+3
2015-12-24hnb-test: Add VTY to manually issue Iuh messagesHarald Welte1-23/+230
2015-12-17hnb-test: Add an option to transmit multiple UE register/deregister msgsDaniel Willmann1-0/+31
2015-12-17hnb-test: Handle closed connections correctlyDaniel Willmann1-1/+11
2015-12-17hnb-test: Send UE de-register after receiving the UE registration acceptDaniel Willmann1-0/+32
2015-12-17hnb-test.c: Remove pdus.h include as it is not usedDaniel Willmann1-2/+0
2015-12-17hnb-test: Add HNBAP category and reduce MAIN loglevel to INFODaniel Willmann1-2/+7
2015-12-14hnb-test: Parse UE register acceptDaniel Willmann1-0/+27
2015-12-14hnb-test: Send UE register requestDaniel Willmann1-1/+32
2015-12-14hnb-test: Send HNB register request and parse the acceptDaniel Willmann1-1/+53
2015-12-14hnb-test: setsockopt SCTP_EVENTS is needed to get the sctp_sndrcvinfoDaniel Willmann1-1/+14
2015-12-14asn1helpers: Add 28 bit conversion function and use it for Cell IDDaniel Willmann1-3/+2
2015-12-07tests/hnb-test: Generate the HNBAP registration request from ASN.1Daniel Willmann1-3/+39
2015-12-03hnb-test: Send hard-coded HNB register request for nowDaniel Willmann1-0/+21
2015-12-03tests: Add hnb-test to connect to hnbgw and tests its functionsDaniel Willmann1-0/+179