aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-02gsm_utils: call gnutls_global_init() as constructorAlexander Couzens1-0/+19
2018-04-19RSL/LAPDm: Not all RLL message are "transparent"Harald Welte1-3/+21
2018-04-18osmo_sockaddr_is_local: Fix memleakPau Espin Pedrol1-1/+4
2018-04-18osmo_get_macaddr: Fix buffer read out of boundsPau Espin Pedrol1-2/+7
2018-04-18add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2-0/+149
2018-04-17gsm/gsm48.c: add call independent SS message namesVadim Yanitskiy1-0/+12
2018-04-17protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSDVadim Yanitskiy1-1/+0
2018-04-17prevent integer underflow in ipa_ccm_make_id_resp_from_req()Harald Welte1-1/+6
2018-04-16cosmetic: log: fix typo, clarify msg for rate_ctr name manglingNeels Hofmeyr1-2/+3
2018-04-13add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2-0/+53
2018-04-13add tlv_parse2(), capable of multiple instances of the same IENeels Hofmeyr2-24/+69
2018-04-13add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2-0/+80
2018-04-13add osmo_cgi_name()Neels Hofmeyr2-0/+29
2018-04-10avoid warning in gsm0808_create_layer3Neels Hofmeyr1-1/+11
2018-04-09add gsm48_reject_value_namesNeels Hofmeyr2-0/+34
2018-04-09add osmo_fsm_inst_update_id_f()Neels Hofmeyr1-22/+45
2018-04-09cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"Neels Hofmeyr1-2/+3
2018-04-09fsm: id: properly set name in case of NULL idNeels Hofmeyr1-5/+3
2018-04-09osmo_fsm_inst_find_by_name(): guard against strcmp(NULL)Neels Hofmeyr1-0/+5
2018-04-09add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr1-0/+38
2018-04-08fix spellingThorsten Alteholz3-3/+3
2018-04-05socket.c: osmo_sock_init: Several logic fixes and log improvementsPau Espin Pedrol1-8/+16
2018-04-05socket.c: osmo_sock_init2: connect: Several logic fixes and log improvementsPau Espin Pedrol1-8/+17
2018-04-05socket.c: osmo_sock_init2: bind: Several logic fixes and log improvementsPau Espin Pedrol1-7/+19
2018-04-05cosmetic: flatten ctrl_handle_msg()Neels Hofmeyr1-17/+19
2018-04-05ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr2-0/+8
2018-04-04gsm0480: drop messages with incorrect data lengthVadim Yanitskiy1-9/+12
2018-04-04gsm0480: copy the raw USSD data, its DCS and lengthVadim Yanitskiy1-9/+17
2018-03-29gsm0808: Add value strings for BSSMAP cause codesPhilipp Maier2-0/+74
2018-03-28fix logging talloc ctx: add osmo_init_logging2()Neels Hofmeyr1-1/+6
2018-03-28vty/command.c: write_config_file(): sanely compose temp pathNeels Hofmeyr1-1/+11
2018-03-27VTY: Don't welcome the user to the "control" interface, if it's VTYHarald Welte1-1/+1
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