aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-06-17vty: command.c: Add assertPau Espin Pedrol1-0/+1
2022-06-13APDU parsing support for GlobalPlatformKarsten Ohme1-1/+63
2022-06-13iuup: Fix Handling of subsequent Initialization msgsPau Espin Pedrol1-0/+10
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 Pedrol1-0/+21
2022-05-27iuup: Fix IPTIs_present not set to 0 if no IPTIs receivedPau Espin Pedrol1-0/+1
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 Yanitskiy3-85/+122
2022-05-25iuup: Rework API to support RFCI IDs != RFCI indexPau Espin Pedrol1-39/+60
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 Yanitskiy1-12/+24
2022-05-24reader: more meaningful null pointer check in get_swPhilipp Maier1-1/+1
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-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 Welte1-3/+3
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 Welte2-32/+92
2022-04-27Use internal <osmocom/core/talloc.h> everywhereVadim Yanitskiy2-2/+2
2022-04-05jenkins: Validate gsm 08.58 IEs are added to tlv_definition2022q1Pau Espin Pedrol1-0/+2
2022-04-05rsl: Fix tlv_parse of IPAC_DLCX_IND messagePau Espin Pedrol1-0/+1
2022-03-30bssgp_bvc_fsm: Add a hook to notify when a reset was acknowledgedDaniel Willmann1-0/+4
2022-03-29vty: Support platforms that don't support pthread_getname_np()Harald Welte1-0/+4
2022-03-27libosmovty: Link libosmovty against libpthreadHarald Welte1-2/+2
2022-03-22bssmap_le: support additional IEs in Perform Location RequestVadim Yanitskiy1-0/+64
2022-03-18gsm0808: Add missing IEs in bss_att_tlvdefPau Espin Pedrol1-0/+6
2022-03-18gsm0808: Fix decoding of IE GSM0808_IE_LCS_CLIENT_TYPEPau Espin Pedrol1-0/+1
2022-03-10libosmocodec: osmo_hr_check_sid(): simplify the logicVadim Yanitskiy1-14/+8
2022-03-08osmo_time_cc: rate_ctr presence should not affect countingNeels Hofmeyr1-4/+3
2022-03-03usb: Match device by VID/PID without path/addr if it is uniqueHarald Welte1-1/+2
2022-03-02gsm: lapd_core: Change log line NOTICE->INFOPau Espin Pedrol1-1/+1
2022-03-01add osmo_sockaddr_set_port()Neels Hofmeyr1-0/+17
2022-02-28BSSAP: HO Request Ack: add missing Codec List (BSS Supported)Neels Hofmeyr1-0/+6
2022-02-24stats: use tcp stat names as providedMichael Iedema1-2/+1
2022-02-16gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id numberPau Espin Pedrol2-0/+111
2022-02-07follow-up to osmo_sockaddr_from/to_octets()Neels Hofmeyr1-2/+2
2022-02-07add osmo_sockaddr_from/to_octets()Neels Hofmeyr1-0/+59
2022-02-07add osmo_quote_str_buf3, osmo_escape_str_buf3Neels Hofmeyr1-1/+27
2022-02-07log: socket.c: rather use the osmo_sockaddr_str _FMTNeels Hofmeyr1-13/+12
2022-01-31osmo_libusb: Print log message on libusb initialization errorHarald Welte1-1/+3
2022-01-31osmo_libusb: Use libusb_get_pollfds() to get initial file descriptorsHarald Welte1-0/+13
2022-01-31logging: fix printing of '\0' when filename printed lastVadim Yanitskiy1-0/+2
2022-01-31add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2()Neels Hofmeyr1-28/+44