aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-31pcu_sock: use PCU_IF_SAPI_AGCH_2 instead PCU_IF_SAPI_AGCHPhilipp Maier2-2/+15
2023-08-31pcuif_proto: check confirm flag in struct gsm_pcu_if_pchPhilipp Maier2-1/+4
2023-08-30meas_feed: Increase wqueue max_len to 100 and make it vty-configurablePau Espin Pedrol1-0/+3
2023-08-10pcuif_proto: get rid of _DT, _dt (Direct TLLI)Philipp Maier1-6/+6
2023-08-10pcuif_proto: remove unnecessary members from gsm_pcu_if_data_cnf_dtPhilipp Maier1-9/+0
2023-08-08pcuif_proto: rename tlli to msg_idPhilipp Maier3-7/+7
2023-07-21Select channel type by enum instead of three booleanAndreas Eversberg1-5/+9
2023-07-21ASCI: Add assignment to a VGCS/VBS channelAndreas Eversberg1-0/+1
2023-07-21ASCI: Send release on VGCS/VBS channel via unit dataAndreas Eversberg1-1/+1
2023-07-21ASCI: Add processing and FSMs for VGCS/VBSAndreas Eversberg3-0/+176
2023-07-21ASCI: Add TX support for UPLINK FREE/BUSY messagesAndreas Eversberg1-0/+2
2023-07-21ASCI: Add support for sending RSL UNIT-DATA towards BTSAndreas Eversberg1-0/+1
2023-07-21ASCI: Do not release channel, if SAPI 0 is releasedAndreas Eversberg1-0/+2
2023-07-21ASCI: Add new debug category "ASCI" for VGCS/VBS state machinesAndreas Eversberg1-0/+1
2023-07-21ASCI: Make function to add OSMUX IE publicAndreas Eversberg1-0/+2
2023-07-21ASCI: Add TX support for UPLINK RELEASE messageAndreas Eversberg1-0/+1
2023-07-21ASCI: Add selection reason for VGCS/VBS channelsAndreas Eversberg2-0/+2
2023-07-21ASCI: Add support for Group/Broadcast channel activationAndreas Eversberg1-0/+4
2023-07-21ASCI: Add support for NOTIFICATION COMMAND (RSL) messageAndreas Eversberg1-0/+1
2023-07-21Fix typo in rate counters ASSIGMENT->ASSIGNMENTAndreas Eversberg1-2/+2
2023-07-21ASCI: Add new rate counters to support VGCS/VBS messagesAndreas Eversberg1-0/+20
2023-05-31Support (optional) indication of NCH position in SI1 rest octetsHarald Welte1-0/+5
2023-05-24pcu_sock: fix PCUIF interface (PCH)Philipp Maier1-5/+1
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy2-2/+2
2023-05-11pcu_connected(): constify parameterMax1-1/+1
2023-05-08cosmetic: Rename is_ipaccess_bts() to is_ipa_abisip_bts()Harald Welte1-1/+1
2023-05-01fix mscpool for large msc NRsNeels Hofmeyr1-2/+2
2023-04-28bts: st_op_enabled_on_enter(): resume C0 power reductionVadim Yanitskiy1-0/+1
2023-04-28struct gsm_bts_model: rename power_ctrl_{set->send}_c0_power_redVadim Yanitskiy1-1/+1
2023-04-15fix comment typoNeels Hofmeyr1-1/+1
2023-04-14SCCP N-PCSTATE: trigger MSC status on PC availabilityNeels Hofmeyr1-0/+1
2023-03-31Move paging queue specific handling to signal callback outside RSL codePau Espin Pedrol1-3/+0
2023-03-20pcuif_proto: increment version numberPhilipp Maier1-1/+1
2023-03-20pcu_sock: handle multiple BTSs with one BSC co-located PCU (in theory)Philipp Maier3-8/+8
2023-03-20pcu_sock: drop usage of PCUIF flag PCU_IF_FLAG_DTPhilipp Maier1-1/+0
2023-03-20bts: add function to check if a BTS has a BSC co located PCUPhilipp Maier1-0/+12
2023-03-20bts: is_xyz_bts check functions should return boolPhilipp Maier1-18/+18
2023-03-17Fix Lb/A SCCP conn lookup after recent regression in optimization patchPau Espin Pedrol1-14/+19
2023-03-15bsc_subscriber: Optimize lookup of bsub by TMSIPau Espin Pedrol1-0/+6
2023-03-15bsc_subscriber: Introduce bsc_subscriber_store objectPau Espin Pedrol2-12/+15
2023-03-15bsc_subscriber: Mark functions used only internally as staticPau Espin Pedrol1-9/+0
2023-03-15bsc_subscriber: Drop unused function bsc_subscr_find_by_mi()Pau Espin Pedrol1-2/+0
2023-03-15Move bsc_conn_by_bsub() and make it staticPau Espin Pedrol1-1/+0
2023-03-15Optimize subscr_conns lookupPau Espin Pedrol1-2/+18
2023-03-13bscc_sccp: Avoid allocating conn_id 0x00FFFFFFPau Espin Pedrol1-1/+1
2023-03-13Clarify type and values of sccp.conn_idPau Espin Pedrol1-4/+12
2023-03-10constify bsc_conn_by_bsub() ptr paramPau Espin Pedrol1-1/+1
2023-03-10cosmetic: gsm_data.h: Fix typo in commentPau Espin Pedrol1-1/+1
2023-03-08abis_rsl: CSD: add RTP_CSD_FMT IE to CRCX/MDCXOliver Smith2-0/+6
2023-03-07pcu_sock: use struct to transfer IMMEDIATE ASSIGNMENT for PCHPhilipp Maier1-0/+13