summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 0.10.2.284-bc47-dirty → 0.11.0Pau Espin Pedrol2018-05-036-6/+6
* gsm_utils: call gnutls_global_init() as constructorAlexander Couzens2018-05-021-0/+19
* RSL/LAPDm: Not all RLL message are "transparent"Harald Welte2018-04-191-3/+21
* osmo_sockaddr_is_local: Fix memleakPau Espin Pedrol2018-04-181-1/+4
* osmo_get_macaddr: Fix buffer read out of boundsPau Espin Pedrol2018-04-181-2/+7
* add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2018-04-182-0/+149
* gsm/gsm48.c: add call independent SS message namesVadim Yanitskiy2018-04-171-0/+12
* protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSDVadim Yanitskiy2018-04-171-1/+0
* prevent integer underflow in ipa_ccm_make_id_resp_from_req()Harald Welte2018-04-171-1/+6
* cosmetic: log: fix typo, clarify msg for rate_ctr name manglingNeels Hofmeyr2018-04-161-2/+3
* add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2018-04-132-0/+53
* add tlv_parse2(), capable of multiple instances of the same IENeels Hofmeyr2018-04-132-24/+69
* add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2018-04-132-0/+80
* add osmo_cgi_name()Neels Hofmeyr2018-04-132-0/+29
* avoid warning in gsm0808_create_layer3Neels Hofmeyr2018-04-101-1/+11
* add gsm48_reject_value_namesNeels Hofmeyr2018-04-092-0/+34
* add osmo_fsm_inst_update_id_f()Neels Hofmeyr2018-04-091-22/+45
* cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"Neels Hofmeyr2018-04-091-2/+3
* fsm: id: properly set name in case of NULL idNeels Hofmeyr2018-04-091-5/+3
* osmo_fsm_inst_find_by_name(): guard against strcmp(NULL)Neels Hofmeyr2018-04-091-0/+5
* add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr2018-04-091-0/+38
* fix spellingThorsten Alteholz2018-04-083-3/+3
* socket.c: osmo_sock_init: Several logic fixes and log improvementsPau Espin Pedrol2018-04-051-8/+16
* socket.c: osmo_sock_init2: connect: Several logic fixes and log improvementsPau Espin Pedrol2018-04-051-8/+17
* socket.c: osmo_sock_init2: bind: Several logic fixes and log improvementsPau Espin Pedrol2018-04-051-7/+19
* cosmetic: flatten ctrl_handle_msg()Neels Hofmeyr2018-04-051-17/+19
* ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr2018-04-052-0/+8
* gsm0480: drop messages with incorrect data lengthVadim Yanitskiy2018-04-041-9/+12
* gsm0480: copy the raw USSD data, its DCS and lengthVadim Yanitskiy2018-04-041-9/+17
* gsm0808: Add value strings for BSSMAP cause codesPhilipp Maier2018-03-292-0/+74
* fix logging talloc ctx: add osmo_init_logging2()Neels Hofmeyr2018-03-281-1/+6
* vty/command.c: write_config_file(): sanely compose temp pathNeels Hofmeyr2018-03-281-1/+11
* VTY: Don't welcome the user to the "control" interface, if it's VTYHarald Welte2018-03-271-1/+1
* 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