aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-17update git URLs (git -> https; gitea)2022q2Harald Welte4-6/+6
2022-06-17vty: command.c: Add assertPau Espin Pedrol1-0/+1
2022-06-14cosmetic tweak in Makefile.amNeels Hofmeyr1-1/+16
2022-06-13APDU parsing support for GlobalPlatformKarsten Ohme1-1/+63
2022-06-13iuup: Fix Handling of subsequent Initialization msgsPau Espin Pedrol3-13/+19
2022-06-13tests/iuup: Showcase IuUP stack not answering subsequent Init msgsPau Espin Pedrol2-0/+115
2022-06-13iuup: Drop unused eventsPau Espin Pedrol1-6/+0
2022-06-13iuup: Add missing state to bitmask for st SMpSDU_Data_Transfer_ReadyPau Espin Pedrol1-1/+2
2022-06-09cbsp: Add enum and value string for CausePau Espin Pedrol3-1/+47
2022-05-27iuup: Fix IPTIs_present not set to 0 if no IPTIs receivedPau Espin Pedrol3-0/+118
2022-05-27coding: separate gsm0503_tch_a[fh]s_decode_inband()Vadim Yanitskiy1-26/+46
2022-05-27coding: add gsm0503_detect_a[fh]s_dtx_frame2()Vadim Yanitskiy6-108/+156
2022-05-25cosmetic: iuup.h: Fix indentationPau Espin Pedrol1-3/+3
2022-05-25iuup: Rework API to support RFCI IDs != RFCI indexPau Espin Pedrol4-48/+76
2022-05-25coding: do not reset codec ID on receipt of DTX framesVadim Yanitskiy1-23/+28
2022-05-25coding: fix decoding of AHS_SID_UPDATE frames (BER ~50%)Vadim Yanitskiy2-15/+27
2022-05-24reader: more meaningful null pointer check in get_swPhilipp Maier1-1/+1
2022-05-19tests/dtx: test tagging of FACCH/[FH] framesVadim Yanitskiy2-0/+31
2022-05-19tests/dtx: test detection/decoding of A[FH]S_SID_UPDATEVadim Yanitskiy2-0/+121
2022-05-17fsm_vty: use unsigned int when left-shifting 31 bits!Harald Welte1-1/+1
2022-05-16coding: prevent marking FACCH frames as AMR's special DTX framesVadim Yanitskiy1-0/+13
2022-05-16coding: properly handle AFS_SID_UPDATE frames in DTX modeVadim Yanitskiy1-0/+1
2022-05-16coding: use switch statement in gsm0503_tch_a[fh]s_decode_dtx()Vadim Yanitskiy1-9/+20
2022-05-16coding: cosmetic: move 'dtx_prev' to the scope where it's usedVadim Yanitskiy1-4/+4
2022-05-13coding: Use ARRAY_SIZE macroPau Espin Pedrol1-1/+1
2022-05-13osmo-arfcn: Fix false positive in gcc 12.1.0Pau Espin Pedrol1-1/+1
2022-05-13coding: Refactor function to avoid gcc false positive warnPau Espin Pedrol1-4/+5
2022-05-08stats: don't try to save unknown stats reporter typesHarald Welte1-0/+5
2022-05-08stats: Avoid NULL pointer deref in allocation failure paths.Harald Welte2-1/+9
2022-05-08stats: Functions with no arguments should specify(void)Harald Welte2-4/+4
2022-05-04gsm_12_21.h: Add header description pointing to TS filesPau Espin Pedrol1-0/+1
2022-05-04gsm_12_21.h: Fix abis_nm_avail_state InTest and Failed valuesPau Espin Pedrol1-1/+3
2022-04-29build: Disable libusb and libmnl for embedded buildsSylvain Munaut1-0/+2
2022-04-28cosmetic: logging.h: fix indentationPau Espin Pedrol1-1/+1
2022-04-28coding: fix comments for detect_afs_sid_{first,update,onset}Vadim Yanitskiy1-3/+3
2022-04-28vty: Add a 'skip-zero' version of 'show stats' and 'show rate-counters'Harald Welte3-34/+102
2022-04-27Use internal <osmocom/core/talloc.h> everywhereVadim Yanitskiy3-3/+3
2022-04-26gsm: Introduce helper rach_tx_integer_raw2val()Pau Espin Pedrol4-0/+35
2022-04-05jenkins: Validate gsm 08.58 IEs are added to tlv_definition2022q1Pau Espin Pedrol3-2/+19
2022-04-05rsl: Fix tlv_parse of IPAC_DLCX_IND messagePau Espin Pedrol3-0/+49
2022-03-30bssgp_bvc_fsm: Add a hook to notify when a reset was acknowledgedDaniel Willmann3-0/+7
2022-03-29vty: Support platforms that don't support pthread_getname_np()Harald Welte2-0/+22
2022-03-29configure: Support libsctp < 1.0.17 without libsctp.pcPau Espin Pedrol2-12/+18
2022-03-29libosmocore.pc.in: put libsctp in Requires.privatePau Espin Pedrol1-1/+2
2022-03-27libosmovty: Link libosmovty against libpthreadHarald Welte1-2/+2
2022-03-25libosmocore.spec: Make libosmocore-devel require libsctpHarald Welte1-0/+1
2022-03-25libosmo{gb,vty}.pc.in: Add talloc to 'Requires'Harald Welte2-2/+2
2022-03-25debian/control: libosmocore-dev must depend on libsctp-dev and libusb-1.0-0-devHarald Welte1-0/+2
2022-03-24clean-up pkg-config files: Make use of "Requires" as documentedHarald Welte9-21/+22
2022-03-22bssmap_le: support additional IEs in Perform Location RequestVadim Yanitskiy4-1/+121