aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
AgeCommit message (Expand)AuthorFilesLines
2022-08-14Add osmo_sockaddr_strs_to_str()Max1-6/+9
2022-08-09Add function to guess AF_UNSPEC addressMax1-0/+1
2022-08-04logging: add a new category DLCSN1 for libosmo-csn1Vadim Yanitskiy1-1/+2
2022-07-29fsm: osmo_fsm_{event,inst,state}_name(): make *fi pointer constVadim Yanitskiy1-3/+3
2022-05-08stats: Functions with no arguments should specify(void)Harald Welte1-1/+1
2022-04-28cosmetic: logging.h: fix indentationPau Espin Pedrol1-1/+1
2022-03-13Cosmetic: linuxlist.h: fix misleading commentOliver Smith1-2/+1
2022-03-01add osmo_sockaddr_set_port()Neels Hofmeyr1-0/+1
2022-02-09core/utils.h: make use of OSMO_LIKELY in OSMO_ASSERTVadim Yanitskiy1-1/+1
2022-02-08core/msgb.h: make use of OSMO_LIKELY / OSMO_UNLIKELYVadim Yanitskiy1-8/+8
2022-02-08core/utils.h: wrap OSMO_ASSERT() with do { ... } while (0)Vadim Yanitskiy1-1/+3
2022-02-08core/utils.h: add OSMO_LIKELY / OSMO_UNLIKELY macrosVadim Yanitskiy1-0/+9
2022-02-07add osmo_sockaddr_from/to_octets()Neels Hofmeyr1-0/+3
2022-02-07add osmo_quote_str_buf3, osmo_escape_str_buf3Neels Hofmeyr1-0/+2
2022-01-31add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2()Neels Hofmeyr1-0/+2
2022-01-25logging: log to stderr when logging is not initializedPhilipp Maier1-0/+15
2022-01-21PFCP: add DLPFCP and osmo-upf port numbersNeels Hofmeyr1-1/+2
2022-01-09log_taget_find() should use enum log_target_type, not intHarald Welte1-1/+1
2022-01-09utils: Fix -Wsign-compare warningsHarald Welte1-3/+3
2022-01-09bitvec: Fix -Wsign-compare warningsHarald Welte1-1/+1
2022-01-05stats_tcp: use a default batch size of 5 instead of 1Philipp Maier1-1/+1
2022-01-05conv: Fix the traceback for tail biting codesSylvain Munaut1-0/+1
2022-01-05VTY: implement 'no log gsmtap [HOSTNAME]' commandVadim Yanitskiy1-0/+1
2021-12-23select: gather statistics for TCP connectionsPhilipp Maier1-0/+16
2021-12-22Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP dataHarald Welte1-1/+2
2021-12-14treewide: remove FSF addressOliver Smith22-89/+0
2021-12-09logging: make LIBOSMOCORE_NO_LOGGING work as expectedEric Wild1-0/+8
2021-11-26logging: allow disabling macros using a new define: LIBOSMOCORE_NO_LOGGINGEric1-0/+4
2021-11-25gsmtap: Add gsmtap_sendmsg_free() as alternative to gsmtap_sendmsg()Harald Welte1-0/+1
2021-11-15add osmo_time_cc, moved from osmo-bscNeels Hofmeyr1-0/+187
2021-11-09stats: allow configuring reporter's name in the VTYVadim Yanitskiy1-0/+1
2021-10-26logging: Change stderr + file target to use non-blocking writeHarald Welte1-0/+5
2021-10-13utils: introduce osmo_talloc_replace_string_fmt()Vadim Yanitskiy1-0/+2
2021-09-30cosmetic: get rid of 3 deprecation warningsNeels Hofmeyr1-1/+1
2021-09-30refactor stat_item: get rid of FIFO and "skipped" errorNeels Hofmeyr1-37/+19
2021-09-21base64: reformat using Lindent to conform to our coding styleHarald Welte1-4/+4
2021-09-21base64: Migrate over to osmocomHarald Welte1-16/+3
2021-09-21copy base64 implementation from mbedtlsHarald Welte1-0/+86
2021-09-20stat_item: cosmetic: s/desc/group_desc in osmo_stat_item_group_alloc()Neels Hofmeyr1-1/+1
2021-09-14add osmo_stat_item_get_group_by_name_idxname()Neels Hofmeyr1-0/+1
2021-09-12utils: add osmo_str_to_int() and osmo_str_to_int64()Neels Hofmeyr1-0/+3
2021-08-20stats: send real last value if no new values comeOliver Smith1-0/+4
2021-07-28utils: Fix c++ warn in OSMO_STRBUF_APPENDPau Espin Pedrol1-1/+1
2021-07-07linuxlist: add macro to get last element of a listPhilipp Maier1-0/+6
2021-06-18osmo_select_shutdown_request(): allow finishing pending writes on SIGTERMNeels Hofmeyr1-0/+3
2021-06-13msgb_alloc_headroom: Change size args to be uint16_tPau Espin Pedrol1-2/+2
2021-06-05stat,rate_ctr: Allow setting group name and use it at report timePau Espin Pedrol2-0/+6
2021-06-01stat,rate_ctr: Introduce new API to get counter at given indexPau Espin Pedrol2-3/+5
2021-04-29osmo_timer_pending: Make arg constPau Espin Pedrol1-1/+1
2021-04-28fix default_timeout type of osmo_tdef_fsm_inst_state_chg default_timeoutNeels Hofmeyr1-1/+1