aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Bump version: 1.0.1.143-cc72c → 1.1.01.1.0Pau Espin Pedrol5-5/+5
2019-05-07add osmo_stat_item_inc/osmo_stat_item_dec to set it relativeAlexander Couzens1-0/+24
2019-05-05add gsm0808_create_handover_request_ack2 to add AoIP RTP addrNeels Hofmeyr2-9/+37
2019-05-05osmo_gsup_decode(): properly check IMSI, avoid deprecationNeels Hofmeyr1-3/+5
2019-05-05gsm48_decode_bcd_number2(): allow avoiding deprecationNeels Hofmeyr1-23/+25
2019-05-05gsm48_decode_bcd_number2(): fix input len checkNeels Hofmeyr1-2/+3
2019-05-03add vty_is_active()Neels Hofmeyr1-0/+10
2019-05-03add gsm48_decode_bcd_number2() from osmo-mscNeels Hofmeyr2-1/+28
2019-05-03BSSMAP: add messages for inter-BSC and inter-MSC HandoverNeels Hofmeyr2-0/+175
2019-04-26BSSMAP: tweaksNeels Hofmeyr1-2/+2
2019-04-26GSUP: add inter-MSC handover related msgs and IEsOliver Smith1-0/+127
2019-04-25bitcomp.c: fix missing Doxygen group closing tagVadim Yanitskiy1-1/+1
2019-04-25application.c: drop wrong \references of osmo_init_ignore_signals()Vadim Yanitskiy1-1/+1
2019-04-13GSUP: add Message Class IENeels Hofmeyr2-0/+19
2019-04-12gsm/gsm_utils.c: indicate intentional fall-throughVadim Yanitskiy1-0/+1
2019-04-12gb/gprs_ns_sns.c: fix incorrect sizeof() calculationVadim Yanitskiy1-1/+1
2019-04-12Fix incorrect buffer size calculationVadim Yanitskiy3-11/+16
2019-04-12add identifier sanitation for setting FSM instance idsNeels Hofmeyr2-2/+51
2019-04-12add osmo_{escape,quote}_str_buf2() for standard args orderingNeels Hofmeyr1-39/+95
2019-04-11add osmo_str_startswith()Neels Hofmeyr2-11/+15
2019-04-11make osmo_sockaddr_str_is_set() NULL-safeNeels Hofmeyr1-1/+2
2019-04-11fsm: support graceful osmo_fsm_inst_term() cascadesNeels Hofmeyr1-6/+142
2019-04-11fsm: add flag to ensure osmo_fsm_inst_term() happens only onceNeels Hofmeyr1-0/+6
2019-04-11gsm_utils.c: fix Doxygen description for gsm_get_octet_len()Vadim Yanitskiy1-4/+4
2019-04-11vty/talloc_ctx_vty.c: use REG_NOSUB flag of regcomp()Vadim Yanitskiy1-1/+1
2019-04-11vty/talloc_ctx_vty.c: allocate walk_cb_params on stack, not heapVadim Yanitskiy1-43/+15
2019-04-10Add _c versions of functions that otherwise return static buffersHarald Welte14-11/+419
2019-04-08add osmo_use_count APINeels Hofmeyr2-0/+280
2019-04-08add osmo_sockaddr_str APINeels Hofmeyr2-1/+381
2019-04-08gsm_utils: fix use buf_len instead of sizeof in osmo_dump_gsmtime_bufPhilipp Maier1-1/+1
2019-04-03Add _buf() functions to bypass static string buffersHarald Welte13-117/+337
2019-03-29osmo_escape_str_buf: Always copy, don't return input string pointerHarald Welte1-19/+8
2019-03-28ipa: Fix ipa_ccm_id_resp_parse on big endian systemsPau Espin Pedrol1-2/+2
2019-03-28ipa: Document ipa_ccm_idtag_parse_off and fix ipa_ccm_idtag_parsePau Espin Pedrol1-1/+11
2019-03-28src/gsmtap_util.c: fix possible memleak in gsmtap_source_init()Vadim Yanitskiy1-0/+1
2019-03-28BSSGP: use variable for NSEIMax1-26/+27
2019-03-27logging_gsmtap.c: document all params of log_target_create_gsmtap()Vadim Yanitskiy1-0/+4
2019-03-27Doxygen: fix documentation of osmo_timer_setup()Vadim Yanitskiy1-2/+2
2019-03-27src/rate_ctr.c: drop some incorrect \ref referencesVadim Yanitskiy1-3/+3
2019-03-27Doxygen: fix documentation of rate_ctr_for_each_counter()Vadim Yanitskiy1-1/+1
2019-03-27src/msgb.c: fix Doxygen documentation for msgb_printf()Vadim Yanitskiy1-2/+3
2019-03-27src/logging.c: fix syntax errors in Doxygen documentationVadim Yanitskiy1-7/+7
2019-03-25Revert "ipa_ccm_idtag_parse*: Fix reported length value"Oliver Smith1-1/+1
2019-03-25Doxygen: fix incorrect / missing parameter descriptionVadim Yanitskiy2-4/+4
2019-03-22Revert "signal.c: Make non-exported tall_sigh_ctx static"Oliver Smith1-1/+1
2019-03-21signal.c: Make non-exported tall_sigh_ctx staticHarald Welte1-1/+1
2019-03-21signal.c: Fix osmo_signal_talloc_ctx_init()Harald Welte1-1/+1
2019-03-21select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte8-32/+32
2019-03-20src/signal.c: cosmetic: use talloc_zero()Vadim Yanitskiy1-3/+1
2019-03-20gprs_ns_sns: Properly initialize sockaddr_in in gprs_nsvc_create_ip4()Harald Welte1-0/+2