aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-01-29tests/Makefile.am: do not add files to EXTRA_DIST conditionallyVadim Yanitskiy1-1/+1
2024-01-28osmo-release.sh: make it a bit more user friendlyVadim Yanitskiy1-1/+3
2024-01-26tests/sockaddr_str: rc_name(): also handle -EAFNOSUPPORTVadim Yanitskiy2-39/+41
2024-01-26tests/sockaddr_str: fix dead code, print some errno valuesVadim Yanitskiy2-87/+82
2024-01-25tests/a5: fix bit-wise vs logical and in test_a5[34]()Vadim Yanitskiy1-2/+2
2024-01-25tests/iuup: fix duplicate assignment in def_configure_reqVadim Yanitskiy1-1/+0
2024-01-25gsm: add more definitions from Table 10.5.112/3GPP TS 24.008Vadim Yanitskiy1-0/+22
2024-01-25isdn/v110_ta: avoid redundant .status_update_cb() callsVadim Yanitskiy2-36/+31
2024-01-22tests/gsm0408: add two more samples to bcap_tests[]Vadim Yanitskiy3-0/+53
2024-01-22tests/gsm0408: cosmetic: adjust coding style (make linter happy)Vadim Yanitskiy1-23/+23
2024-01-20gsup: Convert PDP-Type IE to PDP-Address IEPau Espin Pedrol6-15/+110
2024-01-20gsup: Deprecate field pdp_type in favour of pdp_type_nr and pdp_type_orgPau Espin Pedrol3-7/+25
2024-01-20gsup: Fail decoding if len of PDP Type IE is less than 2 bytesPau Espin Pedrol2-1/+3
2024-01-20gsm_04_08_gprs.h: Introduce packed struct gsm48_pdp_addressPau Espin Pedrol1-1/+35
2024-01-18cosmetic: gsup.h: fix whitespace formattingPau Espin Pedrol1-1/+1
2024-01-16isdn: add a lookup table with E1/E2/E3 bits from Table 5/V.110Vadim Yanitskiy3-27/+42
2024-01-09Revert "logging: add log level cache"Hoernchen5-123/+2
2024-01-09logging: add log level cacheEric5-2/+123
2024-01-09isdn: initial implementation of the V.110 TAVadim Yanitskiy10-1/+1758
2024-01-09fsm: fix OSMO_T_FMT_ARGS: add missing bracesVadim Yanitskiy1-1/+1
2024-01-09tests/tdef: improve test output (use OSMO_T_FMT[_ARGS])Vadim Yanitskiy2-15/+16
2024-01-09core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precisionVadim Yanitskiy5-19/+34
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-03tests/tdef: tune logging, also match stderrVadim Yanitskiy4-2/+37
2024-01-03tests/tdef: also test OSMO_TDEF_US and negative T valuesVadim Yanitskiy2-20/+28
2024-01-03tests/{gb,iuup}: also match stderrVadim Yanitskiy5-7/+358
2024-01-03bitvec: bitvec_to_string_r(): drop unused variableVadim Yanitskiy1-3/+1
2024-01-03tests/utils: do not test strbuf_example2() with buf=NULLVadim Yanitskiy2-4/+0
2024-01-03utils: osmo_bcd2str(): fix applying non-zero offset to null pointerVadim Yanitskiy1-1/+3
2023-12-31utils: fix -Wsign-compare in definition of OSMO_STRBUF_CHAR_COUNTVadim Yanitskiy1-1/+1
2023-12-30utils: improve readability of OSMO_STRBUF_CHAR_COUNTVadim Yanitskiy1-4/+14
2023-12-30utils: fix OSMO_STRBUF_REMAIN to handle sb.pos == NULL correctlyVadim Yanitskiy3-1/+39
2023-12-29tests: fix update-exp: soft_uart_test overwrites rlp_test.okVadim Yanitskiy1-1/+1
2023-12-27tests/fsm: also test .onenter and .onleave callbacksVadim Yanitskiy2-0/+42
2023-12-18tests: Test gsmtap logging if write queue fills upDaniel Willmann4-0/+276
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-12tests/iuup: fix assert()s in test_decode_passive_init_2_rfci_no_iptis()Vadim Yanitskiy1-2/+6
2023-12-12tests/gsm0808: fix assert()s in test_gsm0808_dec_cell_id_list_srvcc()Vadim Yanitskiy1-2/+2
2023-12-12tests/lapd: fix wrong size passed in test_lapdm_contention_resolution()Vadim Yanitskiy1-1/+1
2023-12-12socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLENPau Espin Pedrol2-6/+14
2023-12-11soft_uart: demonstrate a problem with inefficient pollingVadim Yanitskiy2-0/+39
2023-12-11soft_uart: demonstrate a problem with manual flush()ingVadim Yanitskiy2-0/+24
2023-12-11soft_uart: fix the Rx flushing logic, add a unit testVadim Yanitskiy3-3/+28