summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doxygen: enable cross referencing everywhereNeels Hofmeyr2019-02-048-28/+130
* vty api: add vty_out_va()Neels Hofmeyr2019-02-042-12/+20
* vty telnet: consistently never change nodes upon CTRL-CNeels Hofmeyr2019-02-041-18/+0
* vty: enable tab-completion for optional-multi-choice argsNeels Hofmeyr2019-02-041-1/+10
* vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr2019-02-043-3/+45
* vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr2019-02-042-2/+2
* add generic vty_transcript_test.c, vty_transcript_test.vtyNeels Hofmeyr2019-02-043-2/+301
* socket.h: add missing includeMax2019-02-041-2/+7
* GSUP: deprecate osmo_gsup_get_err_msg_type()Oliver Smith2019-02-042-30/+17
* osmo_fsm_inst_state_chg(): clamp timeout_secs to <= ~68 yearsNeels Hofmeyr2019-01-311-1/+13
* osmo_fsm_inst_state_chg(): set T also for zero timeoutNeels Hofmeyr2019-01-294-7/+71
* jenkins distcheck: enable external testsNeels Hofmeyr2019-01-291-1/+2
* build: add missing logging_vty_test.vty to EXTRA_DISTNeels Hofmeyr2019-01-291-0/+1
* osmo_fsm_state_name: make robust against NULL fiNeels Hofmeyr2019-01-291-1/+1
* add osmo_classmark_* APINeels Hofmeyr2019-01-293-0/+149
* add osmo_hexdump_buf() and testNeels Hofmeyr2019-01-284-11/+163
* gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2019-01-287-0/+645
* Work around bogus gcc-8.2 array-bounds warning/errorHarald Welte2019-01-222-1/+21
* constrain gsm48_generate_mid() output array boundsHarald Welte2019-01-224-7/+12
* gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digitsHarald Welte2019-01-222-16/+16
* Merge tag '1.0.1'Harald Welte2019-01-210-0/+0
|\
| * Bump version: 1.0.0 → 1.0.1Harald Welte2019-01-212-1/+8
* | Bump version: 1.0.0 → 1.0.1Harald Welte2019-01-212-1/+8
* | gsm_23_003.h: add GSM23003_IMEI_NUM_DIGITS_NO_CHKOliver Smith2019-01-211-0/+3
|/
* Rename msgb_wrap_with_TL()Max2019-01-212-10/+10
* Bump version: 0.12.0.128-8dfde → 1.0.0Harald Welte2019-01-199-24/+247
* Prevent GCR encoder/decoder functions from being used directlyMax2019-01-191-2/+2
* LCLS: make GCR into static member of osmo_lclsMax2019-01-193-24/+28
* LCLS: add status parameter to Assignment Completed messageMax2019-01-194-11/+43
* gsm29118: fix coverity issuesPhilipp Maier2019-01-181-1/+6
* socket: add define for socket name lengthPhilipp Maier2019-01-172-4/+4
* LCLS: add GCR comparison helperMax2019-01-144-19/+27
* LCLS: expand enc/dec testsMax2019-01-141-0/+12
* comments: update/fix three 3GPP spec referencesNeels Hofmeyr2019-01-143-3/+3
* change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr2019-01-143-7/+26
* gsm23003: add osmo_imei_str_valid()Oliver Smith2019-01-147-0/+107
* port rest octets encoding code from osmo-bscStefan Sperling2019-01-125-0/+1084
* port arfcn range encode support from osmo-bscStefan Sperling2019-01-127-1/+760
* LCLS: use proper types for value_string wrappersMax2019-01-091-3/+3
* Cosmetic: GSUP: note "on wire" for imei_resultOliver Smith2019-01-091-2/+2
* msgb: fix debug printMax2019-01-091-1/+1
* add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr2019-01-083-0/+13
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2019-01-085-0/+82
* LCLS: fix LCLS-CONNECT-CONTROL encoderMax2019-01-073-10/+16
* Automatically disable GnuTLS fallbackMax2019-01-071-0/+1
* Streamline glibc version checkMax2019-01-071-7/+11
* tests/gsup_test.c: drop session IEs from MO-ForwardSM ErrorVadim Yanitskiy2019-01-052-10/+4
* fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*Neels Hofmeyr2019-01-041-3/+7
* osmo_rat_type: add OSMO_RAT_EUTRAN_SGSNeels Hofmeyr2019-01-042-0/+2
* gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_typeNeels Hofmeyr2019-01-033-0/+23