aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-25isdn/v110_ta: avoid redundant .status_update_cb() callsVadim Yanitskiy1-22/+31
2024-01-20gsup: Convert PDP-Type IE to PDP-Address IEPau Espin Pedrol2-9/+96
2024-01-20gsup: Deprecate field pdp_type in favour of pdp_type_nr and pdp_type_orgPau Espin Pedrol1-5/+9
2024-01-20gsup: Fail decoding if len of PDP Type IE is less than 2 bytesPau Espin Pedrol1-0/+2
2024-01-16isdn: add a lookup table with E1/E2/E3 bits from Table 5/V.110Vadim Yanitskiy2-27/+35
2024-01-09Revert "logging: add log level cache"Hoernchen3-121/+0
2024-01-09logging: add log level cacheEric3-0/+121
2024-01-09isdn: initial implementation of the V.110 TAVadim Yanitskiy3-1/+887
2024-01-09core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precisionVadim Yanitskiy1-6/+17
2024-01-08gsm: fix osmo_mobile_identity_decode(): init *mi on errorVadim Yanitskiy1-2/+4
2024-01-07gsm48_ie: fix various issues in doxygen docsVadim Yanitskiy1-7/+8
2024-01-05vty: suppress warnings about len being set but not usedVadim Yanitskiy1-0/+1
2024-01-05gsm0808_utils: use osmo_strbuf API, drop APPEND_{THING,STR,CELL_ID_U}Vadim Yanitskiy1-31/+16
2024-01-04ecu: fix alignment of fr_ecu_statePhilipp Maier1-13/+13
2024-01-03pseudotalloc: add talloc_memdup(), use it in talloc_strdup()Vadim Yanitskiy2-12/+13
2024-01-03bitvec: bitvec_to_string_r(): drop unused variableVadim Yanitskiy1-3/+1
2024-01-03utils: osmo_bcd2str(): fix applying non-zero offset to null pointerVadim Yanitskiy1-1/+3
2023-12-17rlp: Add support for 576bit RLP framesHarald Welte1-21/+26
2023-12-14ipa_ccm_tlv_to_unitdata(): free previous string if present before allocating ...Pau Espin Pedrol1-12/+21
2023-12-14ns2: Improve code consistencyarehbein2-13/+28
2023-12-12socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLENPau Espin Pedrol1-3/+3
2023-12-11soft_uart: fix the Rx flushing logic, add a unit testVadim Yanitskiy1-1/+1
2023-12-11socket: Introduce API osmo_sock_sctp_get_peer_addr_info()pespin/multiaddrPau Espin Pedrol2-0/+78
2023-12-11logging: fix NULL pointer dereference in _output_buf()Vadim Yanitskiy1-1/+1
2023-12-10socket: Fix uninitialized mem ptr free in osmo_sock_init2_multiaddr2()Pau Espin Pedrol1-1/+1
2023-12-10soft_uart: cosmetic: use consistent naming for the Rx buffer msgbVadim Yanitskiy1-1/+1
2023-12-09core: fix wrong logic in _osmo_it_q_dequeue()Vadim Yanitskiy1-7/+4
2023-12-08coding: gsm0503_pdtch_decode(): implement USF decoding for CS1Vadim Yanitskiy1-0/+4
2023-12-08coding: clarify the USF decoding for PDCH blocksVadim Yanitskiy1-2/+5
2023-12-08coding: fix doxygen docs for gsm0503_pdtch[_egprs]_decode()Vadim Yanitskiy1-2/+2
2023-12-07socket: Introduce API osmo_sock_multiaddr_get_name_buf()Pau Espin Pedrol2-0/+108
2023-12-07socket: Introduce API osmo_sock_multiaddr_get_ip_and_port()Pau Espin Pedrol2-0/+90
2023-12-07logging: fix nul octets in log output / use osmo_strbufNeels Hofmeyr1-84/+44
2023-12-07util: add osmo_strbuf macros to manipulate the strbuf tailNeels Hofmeyr2-0/+47
2023-12-06socket: osmo_sock_init2_multiaddr2(): Apply params too if no OSMO_SOCK_F_BIND...Pau Espin Pedrol1-19/+21
2023-12-06socket: Reimplement osmo_sock_init2_multiaddr()Pau Espin Pedrol1-44/+103
2023-12-05gsup: fix error log messageAlexander Couzens1-1/+1
2023-12-04soft_uart: implement modem status lines and flow controlVadim Yanitskiy2-6/+75
2023-12-04soft_uart: osmo_soft_uart_tx_ubits(): return number of bits pulledVadim Yanitskiy1-2/+2
2023-12-04soft_uart: cosmetic: do not use 'osmo_' prefix for static symbolsVadim Yanitskiy1-4/+4
2023-12-03soft_uart: check Rx/Tx state once in osmo_soft_uart_{rx,tx}_ubits()Vadim Yanitskiy1-8/+9
2023-12-03soft_uart: fix doxygen doc for osmo_soft_uart_tx_ubits()Vadim Yanitskiy1-1/+1
2023-12-03soft_uart: add osmo_soft_uart_{get,set}_name()Vadim Yanitskiy2-0/+18
2023-11-30osmo_io: Factor out and use common send function from backendDaniel Willmann4-60/+47
2023-11-29Add a GSM RLP decoder and encoderHarald Welte3-1/+246
2023-11-29Add flag to enable RTS based pollingAndreas Eversberg1-5/+5
2023-11-28libosmosim: Support Microsoft smart card discovery processHarald Welte1-0/+18
2023-11-28sim/class_tables: Prevent out-of-bounds accessHarald Welte1-1/+1
2023-11-28gsup: add message type for osmo-epdg CEAI interfaceAlexander Couzens1-0/+5
2023-11-27coding: gsm0503_tch_{afs,ahs}_encode(): add ability to emit BFIAndreas Eversberg1-62/+148