aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-10-04socket: Introduce API osmo_sockaddr_is_anyPau Espin Pedrol1-0/+20
2022-09-28gb: add bssgp2_enc_flush_ll encode FLUSH-LLAlexander Couzens2-0/+30
2022-09-15vty: Allow using hex representations in cmd numeric rangesPau Espin Pedrol1-6/+55
2022-08-18use_count: Return if uc is NULLDaniel Willmann1-0/+2
2022-08-17Revert "Add function to guess AF_UNSPEC address"neels1-34/+2
2022-08-17Revert "Add osmo_sockaddr_strs_to_str()"neels1-43/+0
2022-08-14Add osmo_sockaddr_strs_to_str()Max1-0/+43
2022-08-09gsm: bts_features: Add missing entries to osmo_bts_features_namesPau Espin Pedrol1-0/+2
2022-08-09Add function to guess AF_UNSPEC addressMax1-2/+34
2022-08-09gsm: rsl: Define new osmocom extension TLV IE to pass Osmux CIDPau Espin Pedrol1-0/+1
2022-08-09gsm: Add BTS feature for OsmuxPau Espin Pedrol1-0/+1
2022-08-06gprs_ns2: add vty `nse <0-65535> restart sns`Alexander Couzens1-0/+26
2022-08-06cbsp: Fix decoding of Fail ListPau Espin Pedrol1-2/+2
2022-08-06cbsp: Guard against malformed msgb without l1h,l2h being passedPau Espin Pedrol1-0/+1
2022-08-06cbsp: Return error if decoding any of the cell id lists failPau Espin Pedrol1-67/+152
2022-08-05gsm0808_enc_aoip_trasp_addr: add length checkOliver Smith1-8/+17
2022-08-05{gb,sim,usb}: ensure -no-undefined is present in *_la_LDFLAGSVadim Yanitskiy3-3/+13
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