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