aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 1.6.0.132-0239-dirty → 1.7.01.7.0Pau Espin Pedrol2022-06-289-9/+9
* vty: command.c: Add assertPau Espin Pedrol2022-06-171-0/+1
* APDU parsing support for GlobalPlatformKarsten Ohme2022-06-131-1/+63
* iuup: Fix Handling of subsequent Initialization msgsPau Espin Pedrol2022-06-131-0/+10
* 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-091-0/+21
* iuup: Fix IPTIs_present not set to 0 if no IPTIs receivedPau Espin Pedrol2022-05-271-0/+1
* 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-273-85/+122
* iuup: Rework API to support RFCI IDs != RFCI indexPau Espin Pedrol2022-05-251-39/+60
* 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-251-12/+24
* reader: more meaningful null pointer check in get_swPhilipp Maier2022-05-241-1/+1
* 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
* 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-081-3/+3
* 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-282-32/+92
* Use internal <osmocom/core/talloc.h> everywhereVadim Yanitskiy2022-04-272-2/+2
* jenkins: Validate gsm 08.58 IEs are added to tlv_definition2022q1Pau Espin Pedrol2022-04-051-0/+2
* rsl: Fix tlv_parse of IPAC_DLCX_IND messagePau Espin Pedrol2022-04-051-0/+1
* bssgp_bvc_fsm: Add a hook to notify when a reset was acknowledgedDaniel Willmann2022-03-301-0/+4
* vty: Support platforms that don't support pthread_getname_np()Harald Welte2022-03-291-0/+4
* libosmovty: Link libosmovty against libpthreadHarald Welte2022-03-271-2/+2
* bssmap_le: support additional IEs in Perform Location RequestVadim Yanitskiy2022-03-221-0/+64
* gsm0808: Add missing IEs in bss_att_tlvdefPau Espin Pedrol2022-03-181-0/+6
* gsm0808: Fix decoding of IE GSM0808_IE_LCS_CLIENT_TYPEPau Espin Pedrol2022-03-181-0/+1
* libosmocodec: osmo_hr_check_sid(): simplify the logicVadim Yanitskiy2022-03-101-14/+8
* osmo_time_cc: rate_ctr presence should not affect countingNeels Hofmeyr2022-03-081-4/+3
* usb: Match device by VID/PID without path/addr if it is uniqueHarald Welte2022-03-031-1/+2
* gsm: lapd_core: Change log line NOTICE->INFOPau Espin Pedrol2022-03-021-1/+1
* add osmo_sockaddr_set_port()Neels Hofmeyr2022-03-011-0/+17
* BSSAP: HO Request Ack: add missing Codec List (BSS Supported)Neels Hofmeyr2022-02-281-0/+6
* stats: use tcp stat names as providedMichael Iedema2022-02-241-2/+1
* gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id numberPau Espin Pedrol2022-02-162-0/+111
* follow-up to osmo_sockaddr_from/to_octets()Neels Hofmeyr2022-02-071-2/+2
* add osmo_sockaddr_from/to_octets()Neels Hofmeyr2022-02-071-0/+59
* add osmo_quote_str_buf3, osmo_escape_str_buf3Neels Hofmeyr2022-02-071-1/+27
* log: socket.c: rather use the osmo_sockaddr_str _FMTNeels Hofmeyr2022-02-071-13/+12
* osmo_libusb: Print log message on libusb initialization errorHarald Welte2022-01-311-1/+3
* osmo_libusb: Use libusb_get_pollfds() to get initial file descriptorsHarald Welte2022-01-311-0/+13
* logging: fix printing of '\0' when filename printed lastVadim Yanitskiy2022-01-311-0/+2