aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-02-04add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr10-0/+2095
2019-02-04vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr2-0/+24
2019-02-04vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr1-1/+1
2019-02-04add generic vty_transcript_test.c, vty_transcript_test.vtyNeels Hofmeyr3-2/+301
2019-01-29osmo_fsm_inst_state_chg(): set T also for zero timeoutNeels Hofmeyr3-0/+57
2019-01-29build: add missing logging_vty_test.vty to EXTRA_DISTNeels Hofmeyr1-0/+1
2019-01-28add osmo_hexdump_buf() and testNeels Hofmeyr2-0/+122
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2-0/+459
2019-01-22gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digitsHarald Welte2-16/+16
2019-01-19LCLS: make GCR into static member of osmo_lclsMax1-18/+22
2019-01-19LCLS: add status parameter to Assignment Completed messageMax1-4/+5
2019-01-14LCLS: add GCR comparison helperMax1-19/+4
2019-01-14LCLS: expand enc/dec testsMax1-0/+12
2019-01-14gsm23003: add osmo_imei_str_valid()Oliver Smith2-0/+54
2019-01-12port arfcn range encode support from osmo-bscStefan Sperling2-0/+402
2019-01-08add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2-0/+44
2019-01-05tests/gsup_test.c: drop session IEs from MO-ForwardSM ErrorVadim Yanitskiy2-10/+4
2018-12-23LCLS: enc/dec entire parameter set instead of GCRMax1-13/+20
2018-12-21tests/gsm0808: use new msgb comparison APIVadim Yanitskiy1-12/+4
2018-12-21GSUP: add CHECK-IMEI messageOliver Smith3-0/+54
2018-12-21GSUP: add end marker to enum osmo_gsup_ieiOliver Smith1-5/+1
2018-12-20Use define for key buffersMax1-1/+4
2018-12-19add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr1-0/+1
2018-12-18GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy3-1/+19
2018-12-18GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy3-13/+112
2018-12-14LCLS: add gsm0808_create_ass2()Max2-0/+79
2018-12-14LCLS, TS 48.008: add GCR IE encoding/decodingMax2-0/+81
2018-12-14LCLS, TS 29.205: add GCR routinesMax4-2/+123
2018-12-10gsm48_mi_to_string(): guard against zero length output bufferNeels Hofmeyr1-8/+8
2018-12-10gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr2-7/+5
2018-12-10gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr2-16/+12
2018-12-10add osmo_bcd2str()Neels Hofmeyr2-0/+143
2018-12-10gsm0408_test: test encoding and decoding Mobile IdentityNeels Hofmeyr2-0/+358
2018-12-08gsm0808: add encoder for cause codes and use itPhilipp Maier2-7/+31
2018-11-19send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCKStefan Sperling1-5/+5
2018-11-19Support cipher mode reject with extended causeMax2-1/+44
2018-11-06Fix deprecation warning in gsm0808_testMax1-4/+12
2018-11-02Update cipher reject functionMax1-1/+1
2018-10-28gsm23003: Add MME domain name related helper functionsHarald Welte2-0/+80
2018-10-16gsm0808: allow decoding of zero length speech codec lists.Philipp Maier1-0/+23
2018-10-01vty logging: fix crash when missing 'logging enable'Neels Hofmeyr1-0/+3
2018-09-25logging_vty: Ensure writing well-formed config filesHarald Welte1-6/+6
2018-09-25gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2-0/+190
2018-09-19gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+423
2018-09-16logging vty: add 'logging level set-all <level>'Neels Hofmeyr1-0/+161
2018-09-16Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2-421/+0
2018-09-14gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+421
2018-09-13logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr1-14/+134
2018-09-13logging vty: deprecate the 'everything' keywordNeels Hofmeyr1-17/+13
2018-09-12logging vty: add VTY transcript testNeels Hofmeyr3-1/+515