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