summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests/gsm0808: use new msgb comparison APIVadim Yanitskiy2018-12-211-12/+4
* GSUP: add CHECK-IMEI messageOliver Smith2018-12-213-0/+54
* GSUP: add end marker to enum osmo_gsup_ieiOliver Smith2018-12-211-5/+1
* Use define for key buffersMax2018-12-201-1/+4
* add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr2018-12-191-0/+1
* GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy2018-12-183-1/+19
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy2018-12-183-13/+112
* LCLS: add gsm0808_create_ass2()Max2018-12-142-0/+79
* LCLS, TS 48.008: add GCR IE encoding/decodingMax2018-12-142-0/+81
* LCLS, TS 29.205: add GCR routinesMax2018-12-144-2/+123
* gsm48_mi_to_string(): guard against zero length output bufferNeels Hofmeyr2018-12-101-8/+8
* gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr2018-12-102-7/+5
* gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr2018-12-102-16/+12
* add osmo_bcd2str()Neels Hofmeyr2018-12-102-0/+143
* gsm0408_test: test encoding and decoding Mobile IdentityNeels Hofmeyr2018-12-102-0/+358
* gsm0808: add encoder for cause codes and use itPhilipp Maier2018-12-082-7/+31
* send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCKStefan Sperling2018-11-191-5/+5
* Support cipher mode reject with extended causeMax2018-11-192-1/+44
* Fix deprecation warning in gsm0808_testMax2018-11-061-4/+12
* Update cipher reject functionMax2018-11-021-1/+1
* gsm23003: Add MME domain name related helper functionsHarald Welte2018-10-282-0/+80
* gsm0808: allow decoding of zero length speech codec lists.Philipp Maier2018-10-161-0/+23
* vty logging: fix crash when missing 'logging enable'Neels Hofmeyr2018-10-011-0/+3
* logging_vty: Ensure writing well-formed config filesHarald Welte2018-09-251-6/+6
* gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2018-09-252-0/+190
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-192-0/+423
* logging vty: add 'logging level set-all <level>'Neels Hofmeyr2018-09-161-0/+161
* Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2018-09-162-421/+0
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-142-0/+421
* logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr2018-09-131-14/+134
* logging vty: deprecate the 'everything' keywordNeels Hofmeyr2018-09-131-17/+13
* logging vty: add VTY transcript testNeels Hofmeyr2018-09-123-1/+515
* fix tests linking: don't use system installed libsNeels Hofmeyr2018-09-111-2/+13
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-072-0/+230
* Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2018-08-012-4/+64
* cosmetic: More context / naming / comment for test_idtag_parsing()Harald Welte2018-07-311-2/+3
* import oap_client_test from osmo-sgsnHarald Welte2018-07-306-39/+322
* tests: codec: ecu_fr: Add buffer with unequal XMAXC valuesPau Espin Pedrol2018-07-212-17/+47
* tests: codec: ecu_fr: Print XMAXC fieldsPau Espin Pedrol2018-07-212-25/+54
* add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr2018-07-202-0/+125
* utils_test: check stderr to catch sanitizer issuesNeels Hofmeyr2018-07-203-2/+3
* utils_test: fix isqrt_test calculation rangeNeels Hofmeyr2018-07-201-1/+1
* tests: ctrl: Test received ERROR messages are handled correctlyPau Espin Pedrol2018-07-162-2/+55
* vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr2018-07-112-0/+81
* Don't enforce Python 2 for utilitiesVadim Yanitskiy2018-07-021-1/+1
* gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy2018-06-112-0/+48
* gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy2018-06-112-0/+81
* Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte2018-06-062-0/+24
* add osmo_fsm_inst_state_chg_keep_timer()Neels Hofmeyr2018-05-312-1/+105
* GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy2018-05-313-1/+60