aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-05jenkins: Validate gsm 08.58 IEs are added to tlv_definition2022q1Pau Espin Pedrol1-2/+2
2022-03-30bssgp_bvc_fsm: Add a hook to notify when a reset was acknowledgedDaniel Willmann1-0/+2
2022-03-22bssmap_le: support additional IEs in Perform Location RequestVadim Yanitskiy1-1/+26
2022-03-18cosmetic: gsm_08_08.h: Add space between assignment sidesPau 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-28BSSAP: HO Request Ack: add missing Codec List (BSS Supported)Neels Hofmeyr1-1/+5
2022-02-16gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id numberPau Espin Pedrol3-2/+12
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-21ports.h: add osmo-pfcp-tool portsNeels Hofmeyr2-0/+4
2022-01-21PFCP: add DLPFCP and osmo-upf port numbersNeels Hofmeyr3-1/+6
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-07iuup: Submit RNL-STATUS-Initialization.ind upon rx of InitPau Espin Pedrol1-2/+3
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 Maier2-0/+17
2021-12-22Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP dataHarald Welte5-1/+351
2021-12-22include/: Adapt some headers to match contrib/struct_endianess.py formatPau Espin Pedrol3-36/+27
2021-12-14treewide: remove FSF addressOliver Smith40-163/+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 Hofmeyr2-0/+188
2021-11-11include: add enum for UTRAN cipherAlexander Couzens2-0/+20
2021-11-09stats: allow configuring reporter's name in the VTYVadim Yanitskiy1-0/+1
2021-11-04gsm/protocol/gsm_04_08.h: add gsm48_meas_res_is_valid()Vadim Yanitskiy1-0/+6
2021-10-29gsm/protocol/gsm_44_004.h: fix missing include of 'endian.h'Vadim Yanitskiy1-0/+2
2021-10-29Revert "Prevent GCR encoder/decoder functions from being used directly"Vadim Yanitskiy1-2/+2
2021-10-26logging: Change stderr + file target to use non-blocking writeHarald Welte1-0/+5
2021-10-21gsm_08_58: extend struct abis_rsl_osmo_temp_ovp_acch_capVadim Yanitskiy1-1/+11
2021-10-21{ctrl,vty}/ports.h: Allocate ports for osmo-hnodebPau Espin Pedrol2-0/+5
2021-10-13utils: introduce osmo_talloc_replace_string_fmt()Vadim Yanitskiy1-0/+2
2021-09-30cosmetic: get rid of 3 deprecation warningsNeels Hofmeyr3-3/+3
2021-09-30refactor stat_item: get rid of FIFO and "skipped" errorNeels Hofmeyr1-37/+19
2021-09-29GPRS: Add PDP_TYPE_N_IETF_IPv4v6Keith1-0/+1
2021-09-28cosmetic: gsm: meas_rep.h: Fix typo in commentPau Espin Pedrol1-1/+1
2021-09-28gsm: Mark gsm0858_rsl_ul_meas_enc() pointer param constPau Espin Pedrol1-1/+1
2021-09-23vty: add vty_out_uptime() print the uptime to the vtyAlexander Couzens1-0/+2
2021-09-21base64: reformat using Lindent to conform to our coding styleHarald Welte1-4/+4
2021-09-21base64: Migrate over to osmocomHarald Welte2-16/+4