aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-08-04logging: add a new category DLCSN1 for libosmo-csn1Vadim Yanitskiy1-0/+6
2022-07-29fsm: osmo_fsm_{event,inst,state}_name(): make *fi pointer constVadim Yanitskiy1-3/+3
2022-07-22gb/gprs_ns: call osmo_timer_del() unconditionallyVadim Yanitskiy1-4/+2
2022-07-20sim/class_tables: Add GET IDENTITY, SUSPEND UICC, EXCHANGE CAPABILITIESHarald Welte1-1/+4
2022-07-19fsm: fix state_chg(): pass microseconds to osmo_timer_schedule()Vadim Yanitskiy1-2/+5
2022-07-04gb: fix uninitialized ptr access in bssgp_encode_rim_pdu()Vadim Yanitskiy1-4/+4
2022-07-03gsm48_ie: fix parsing of Bearer capability IE without octet 3aMychaela Falconia1-0/+17
2022-07-03gsm48_ie: fix coding style: while is not a functionVadim Yanitskiy1-3/+3
2022-07-01cbsp: avoid potential msgb write overflow in osmo_cbsp_recv_bufferedPau Espin Pedrol1-0/+4
2022-06-29iuup: Explicitly mark default case as unexpected with assertPau Espin Pedrol1-0/+2
2022-06-28Bump version: 1.6.0.132-0239-dirty → 1.7.01.7.0Pau Espin Pedrol9-9/+9
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