aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-23fix gsm0808_enc_cell_id_list2 for leading-zero MNCNeels Hofmeyr1-2/+2
2018-03-23gsm_08_08: correct speech codec defaultsPhilipp Maier1-2/+2
2018-03-19fsm: Update the name as well if the id is updated and accept NULLDaniel Willmann1-14/+22
2018-03-17abis_nm: Introduce abis_nm_dump_foh()Harald Welte2-4/+12
2018-03-16add a regression test for TLV parsing with repeated IEsStefan Sperling1-2/+2
2018-03-16fix parse_cell_id_lac_and_ci_list()Stefan Sperling1-6/+7
2018-03-16fix bug in parse_cell_id_ci_list()Stefan Sperling1-1/+1
2018-03-15use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()Stefan Sperling1-9/+6
2018-03-15fix cell identifier decoding in libosmocoreStefan Sperling1-15/+16
2018-03-14fix a cell identifier parsing bug in libosmocoreStefan Sperling1-2/+2
2018-03-13support for more cell ID list types in libosmocoreStefan Sperling3-5/+292
2018-03-09src/msgb.c: avoid using internal talloc APIVadim Yanitskiy1-2/+4
2018-03-09src/msgb.c: print an error if msgb allocation failedVadim Yanitskiy1-1/+3
2018-03-08src/msgb.c: remove dead includes from OpenBSCVadim Yanitskiy1-3/+0
2018-03-08src/msgb.c: cosmetic: fix spelling mistakesVadim Yanitskiy1-3/+3
2018-03-05fix osmo_mnc_from_str(): don't try to parse NULLNeels Hofmeyr1-8/+6
2018-03-02features: move bts feature related functionality to libosmocorePhilipp Maier3-1/+51
2018-03-01timer: Document osmo_gettimeofday APIPau Espin Pedrol1-1/+17
2018-03-01timer: Introduce osmo_clock_gettime to override clock_gettimePau Espin Pedrol3-2/+141
2018-02-28gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr2-0/+80
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr9-68/+248
2018-02-27core/logging.h: Add logging category for jitter bufferPau Espin Pedrol1-0/+5
2018-02-26ensure VTY commands don't segfault if an FSM has no event namesStefan Sperling1-4/+8
2018-02-26print BIG FAT ERROR message if osmo_fsm lacks event namesStefan Sperling1-0/+2
2018-02-26coding: Add BER-reporting RACH decode functionsHarald Welte2-4/+44
2018-02-23ensure that osmo_fsm vty commands are only installed onceStefan Sperling1-0/+12
2018-02-22Revert "Add function to encode classmark"Harald Welte2-17/+0
2018-02-19fsm: allow graceful exit on FSM terminationPhilipp Maier1-2/+13
2018-02-16memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failureNeels Hofmeyr1-1/+3
2018-02-16memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failureNeels Hofmeyr2-2/+8
2018-02-16memleak: gsmtap_sendmsg(): don't return 0 when no data was writtenNeels Hofmeyr1-1/+1
2018-02-16gsmtap_sendmsg(): clarify API doc concerning msgb ownershipNeels Hofmeyr1-0/+3
2018-02-15fsm: Add a function to change the FSM instance ID laterDaniel Willmann1-6/+25
2018-02-15Add function to encode classmarkMax2-0/+17
2018-02-15Add generic Mobile Identity encoderMax2-14/+18
2018-02-14talloc_ctx_vty: Fix help strings (missing \n at end of line)Harald Welte1-3/+3
2018-02-09Revert "fsm: do not terminate child FSMs early"Harald Welte1-4/+3
2018-02-09fsm: do not terminate child FSMs earlyPhilipp Maier1-3/+4
2018-02-09tlv_parser: Report *first* occurrence of repeated IEsHarald Welte1-2/+7
2018-02-06vty: fix 'logging print file' outputNeels Hofmeyr1-8/+11
2018-02-05GSUP: change osmo_gsup_encode() return typeMax1-4/+9
2018-02-05utils: add helper wrapper for osmo_strlcpy()Max1-4/+3
2018-01-24SMS: Add value_string for TS 04.11 CP and RP stateHarald Welte3-0/+16
2018-01-24gsm48_pdisc_names: Use conscise, short namesHarald Welte1-15/+15
2018-01-24fsm: add functions for unlinking and changing parentsPhilipp Maier1-3/+34
2018-01-24libosmocoding: use frame length definitions from codec.hVadim Yanitskiy1-7/+0
2018-01-23libosmocoding: fix typo in library documentationVadim Yanitskiy1-1/+1
2018-01-22socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip()Philipp Maier1-2/+2
2018-01-22socket: fix socket leak in osmo_sock_local_ip()Philipp Maier1-0/+1
2018-01-19MNCC: Add MNCC to string dumperHarald Welte3-1/+420