aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP: Add support for GPRS NS IP Sub-Network-Service (SNS)daniel/gb-snsHarald Welte2019-02-186-11/+501
* WIP: gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encodingHarald Welte2019-02-182-1/+122
* gsm/gsm0480: introduce gsm0480_create_release_complete()Vadim Yanitskiy2019-02-083-1/+26
* protocol/gsm_04_14: Fix the OPEN LOOP message typeSylvain Munaut2019-02-071-1/+1
* platform independence fix: tdef range testsNeels Hofmeyr2019-02-068-133/+490
* gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMANDPhilipp Maier2019-02-053-0/+18
* bitvec: Add bitvec_tailroom_bits() functionHarald Welte2019-02-052-0/+25
* bitvec: Add bitvec_bytes_used() functionHarald Welte2019-02-053-0/+37
* gsm_08_08.h: Add IEI definitions from Release 15Harald Welte2019-02-051-0/+5
* Extend gsm_04_08.h with CSFB related definitiosn form 44.018 Rel 15Harald Welte2019-02-051-0/+2
* add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr2019-02-0418-2/+2998
* doxygen: allow manual 'make apidoc' even if --disable-doxygenNeels Hofmeyr2019-02-041-8/+17
* doxygen: add source files as dependenciesNeels Hofmeyr2019-02-041-7/+25
* 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.11.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.01.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