aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-19socket: osmo_sock_get_name() Use "const void *" as talloc contextHarald Welte1-1/+1
2019-03-19vty/tdef_vty.c: drop redundant comparisonVadim Yanitskiy1-1/+1
2019-03-19ipa_ccm_idtag_parse*: Fix reported length valueHarald Welte1-1/+1
2019-03-19rate_ctr_group_free(): guard against empty or NULL inputMax1-1/+5
2019-03-16gprs_ns_sns: Use "correct" remote IP address for local IP endpointHarald Welte1-2/+2
2019-03-16gprs_ns: Don't use initial IP/port for anything but SNSHarald Welte1-2/+55
2019-03-16gprs_ns.c: Update comment: IP SNS has recently been implementedHarald Welte1-1/+0
2019-03-14osmo_gsm48_classmark_a5_name(): fix 'no-cm3' labelNeels Hofmeyr1-1/+1
2019-03-11Fix build on non-glibc systemsKarl Koscher1-3/+8
2019-03-11gsm0808_utils: fix gsm48 multirate to S-bit converterPhilipp Maier1-0/+10
2019-03-11gsm0808_utils: fix gsm48 multirate configuration generatorPhilipp Maier1-21/+73
2019-03-08add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()Neels Hofmeyr2-0/+89
2019-03-07fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()Neels Hofmeyr2-13/+57
2019-03-06represent negative T-timers as Osmocom-specific X-timersNeels Hofmeyr2-18/+37
2019-03-05api doc: tweak gsm0808_cell_id_matches_list() docNeels Hofmeyr1-1/+2
2019-02-26fix api doc typo for osmo_plmn_name2()Neels Hofmeyr1-1/+1
2019-02-26log: fsm: allow logging the timeout on state changeNeels Hofmeyr1-2/+39
2019-02-26NS: Add support for GPRS NS IP Sub-Network-Service (SNS)Harald Welte6-17/+1034
2019-02-26NS: Factor out gprs_nsvc_start_test() and use itHarald Welte2-5/+11
2019-02-26gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encodingHarald Welte3-3/+198
2019-02-26LCLS: add string dump helpersMax3-0/+45
2019-02-23NS: Add missing NS Cause stringsHarald Welte1-0/+7
2019-02-23NS: Don't print information about FR/GRE if not enabled!Harald Welte1-3/+4
2019-02-21select: Call log_reset_context() before calling file descriptor callbacksHarald Welte1-0/+6
2019-02-19gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK messageHarald Welte1-1/+29
2019-02-19gprs_ns.c: cosmetic whitespace fixesHarald Welte1-2/+2
2019-02-19gprs_ns: Use gprs_ns_tx_alive() instead of gprs_ns_tx_simple()Harald Welte1-2/+2
2019-02-19bssgp_tx_bvc_unblock(): Fix log messageHarald Welte1-1/+1