aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-18WIP: Add support for GPRS NS IP Sub-Network-Service (SNS)daniel/gb-snsHarald Welte6-11/+501
2019-02-18WIP: gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encodingHarald Welte2-1/+122
2019-02-08gsm/gsm0480: introduce gsm0480_create_release_complete()Vadim Yanitskiy3-1/+26
2019-02-07protocol/gsm_04_14: Fix the OPEN LOOP message typeSylvain Munaut1-1/+1
2019-02-06platform independence fix: tdef range testsNeels Hofmeyr8-133/+490
2019-02-05gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMANDPhilipp Maier3-0/+18
2019-02-05bitvec: Add bitvec_tailroom_bits() functionHarald Welte2-0/+25
2019-02-05bitvec: Add bitvec_bytes_used() functionHarald Welte3-0/+37
2019-02-05gsm_08_08.h: Add IEI definitions from Release 15Harald Welte1-0/+5
2019-02-05Extend gsm_04_08.h with CSFB related definitiosn form 44.018 Rel 15Harald Welte1-0/+2
2019-02-04add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr18-2/+2998
2019-02-04doxygen: allow manual 'make apidoc' even if --disable-doxygenNeels Hofmeyr1-8/+17
2019-02-04doxygen: add source files as dependenciesNeels Hofmeyr1-7/+25
2019-02-04doxygen: enable cross referencing everywhereNeels Hofmeyr8-28/+130
2019-02-04vty api: add vty_out_va()Neels Hofmeyr2-12/+20
2019-02-04vty telnet: consistently never change nodes upon CTRL-CNeels Hofmeyr1-18/+0
2019-02-04vty: enable tab-completion for optional-multi-choice argsNeels Hofmeyr1-1/+10
2019-02-04vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr3-3/+45
2019-02-04vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr2-2/+2
2019-02-04add generic vty_transcript_test.c, vty_transcript_test.vtyNeels Hofmeyr3-2/+301
2019-02-04socket.h: add missing includeMax1-2/+7
2019-02-04GSUP: deprecate osmo_gsup_get_err_msg_type()Oliver Smith2-30/+17
2019-01-31osmo_fsm_inst_state_chg(): clamp timeout_secs to <= ~68 yearsNeels Hofmeyr1-1/+13
2019-01-29osmo_fsm_inst_state_chg(): set T also for zero timeoutNeels Hofmeyr4-7/+71
2019-01-29jenkins distcheck: enable external testsNeels Hofmeyr1-1/+2
2019-01-29build: add missing logging_vty_test.vty to EXTRA_DISTNeels Hofmeyr1-0/+1
2019-01-29osmo_fsm_state_name: make robust against NULL fiNeels Hofmeyr1-1/+1
2019-01-29add osmo_classmark_* APINeels Hofmeyr3-0/+149
2019-01-28add osmo_hexdump_buf() and testNeels Hofmeyr4-11/+163
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr7-0/+645
2019-01-22Work around bogus gcc-8.2 array-bounds warning/errorHarald Welte2-1/+21
2019-01-22constrain gsm48_generate_mid() output array boundsHarald Welte4-7/+12
2019-01-22gsm0408_test: Fix IMEI-SV related tests to use no more than 16 digitsHarald Welte2-16/+16
2019-01-21Merge tag '1.0.1'Harald Welte0-0/+0
2019-01-21Bump version: 1.0.0 → 1.0.1Harald Welte2-1/+8
2019-01-21gsm_23_003.h: add GSM23003_IMEI_NUM_DIGITS_NO_CHKOliver Smith1-0/+3
2019-01-21Bump version: 1.0.0 → 1.0.11.0.1Harald Welte2-1/+8
2019-01-21Rename msgb_wrap_with_TL()Max2-10/+10
2019-01-19Bump version: 0.12.0.128-8dfde → 1.0.01.0.0Harald Welte9-24/+247
2019-01-19Prevent GCR encoder/decoder functions from being used directlyMax1-2/+2
2019-01-19LCLS: make GCR into static member of osmo_lclsMax3-24/+28
2019-01-19LCLS: add status parameter to Assignment Completed messageMax4-11/+43
2019-01-18gsm29118: fix coverity issuesPhilipp Maier1-1/+6
2019-01-17socket: add define for socket name lengthPhilipp Maier2-4/+4
2019-01-14LCLS: add GCR comparison helperMax4-19/+27
2019-01-14LCLS: expand enc/dec testsMax1-0/+12
2019-01-14comments: update/fix three 3GPP spec referencesNeels Hofmeyr3-3/+3
2019-01-14change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr3-7/+26
2019-01-14gsm23003: add osmo_imei_str_valid()Oliver Smith7-0/+107
2019-01-12port rest octets encoding code from osmo-bscStefan Sperling5-0/+1084