aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/hnb-test.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-15Move testdir src/tests/ -> tests/Pau Espin Pedrol1-1018/+0
2023-02-25Transition to use of 'telnet_init_default'arehbein1-1/+1
2021-11-02hnb-test: Fix memleak in hnb_read_cbPau Espin Pedrol1-5/+6
2021-10-26hnbap: Use specific prefix for HNBAP generated codePau Espin Pedrol1-30/+30
2021-10-26hnb-test: Fix rc var may be used uninitializedPau Espin Pedrol1-0/+1
2021-07-05hnb-test: Fix typo in vty cmd descriptionPau Espin Pedrol1-1/+1
2021-01-14tests/hnb-test: Disable building unsued codePau Espin Pedrol1-0/+2
2021-01-14tests/hnb-test: Initialize logging with existing struct log_infoPau Espin Pedrol1-0/+2
2021-01-14tests/hnb-test: Fix signedness of assigned pointerPau Espin Pedrol1-1/+1
2021-01-14tests/hnb-test: Fix uninitialized use of rc variablePau Espin Pedrol1-4/+3
2021-01-14tests/hnb-test: check return code of hnbap_encode_ueregisterrequestiesPau Espin Pedrol1-0/+2
2021-01-14tests/hnb-test: Fix signedness of imsi_bufPau Espin Pedrol1-2/+2
2021-01-14tests/hnb-test: Drop unused variablesPau Espin Pedrol1-3/+2
2020-02-15tests: Missing return statementMartin Hauke1-1/+1
2018-02-28hnb-test: log accurate three-digit MNC with leading zerosNeels Hofmeyr1-4/+5
2017-11-08vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-1/+0
2016-09-26log VTY telnet bind only onceNeels Hofmeyr1-1/+0
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr1-1/+1
2016-09-09build: fix ranap gen, use same for gen hnbap and rua genNeels Hofmeyr1-2/+2
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