summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr2019-02-042-0/+24
* vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr2019-02-041-1/+1
* add generic vty_transcript_test.c, vty_transcript_test.vtyNeels Hofmeyr2019-02-043-2/+301
* osmo_fsm_inst_state_chg(): set T also for zero timeoutNeels Hofmeyr2019-01-293-0/+57
* build: add missing logging_vty_test.vty to EXTRA_DISTNeels Hofmeyr2019-01-291-0/+1
* add osmo_hexdump_buf() and testNeels Hofmeyr2019-01-282-0/+122
* gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2019-01-282-0/+459
* gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digitsHarald Welte2019-01-222-16/+16
* LCLS: make GCR into static member of osmo_lclsMax2019-01-191-18/+22
* LCLS: add status parameter to Assignment Completed messageMax2019-01-191-4/+5
* LCLS: add GCR comparison helperMax2019-01-141-19/+4
* LCLS: expand enc/dec testsMax2019-01-141-0/+12
* gsm23003: add osmo_imei_str_valid()Oliver Smith2019-01-142-0/+54
* port arfcn range encode support from osmo-bscStefan Sperling2019-01-122-0/+402
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2019-01-082-0/+44
* tests/gsup_test.c: drop session IEs from MO-ForwardSM ErrorVadim Yanitskiy2019-01-052-10/+4
* LCLS: enc/dec entire parameter set instead of GCRMax2018-12-231-13/+20
* 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