aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_pcu.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29vty: Add configuration for Gb DSCP and socket priorityHarald Welte1-0/+2
2021-04-26Clarify, document Assignment related timersPau Espin Pedrol1-2/+2
2021-04-26Use negative numbers for non-spec osmo-specific timersPau Espin Pedrol1-2/+2
2021-02-22Use ALPHA value received in SI13 from PCUIFPau Espin Pedrol1-1/+1
2021-01-29NACC: Configure neighbor and SI resolution timeout valuesPau Espin Pedrol1-0/+2
2021-01-29NACC: allow setting keep time for entries in neigh and si cachePau Espin Pedrol1-2/+4
2021-01-29Introduce NACC supportPau Espin Pedrol1-0/+14
2021-01-28follow gprs_ns2 API enum changesAlexander Couzens1-1/+1
2021-01-22gprs_pcu: Use libosmocore osmo_cgi_ps_cmp APIPau Espin Pedrol1-1/+1
2021-01-22Initial handling support for RIM messagesPau Espin Pedrol1-0/+10
2021-01-20Allow multiple bts objects in PCUPau Espin Pedrol1-8/+35
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-8/+4
2021-01-18Fix configuration mess of initial_cs/mcs between PCUIF and VTYPau Espin Pedrol1-0/+18
2021-01-18Move llc_* fields from BTS to PCUPau Espin Pedrol1-0/+2
2021-01-18Move ws_* fields from BTS to PCUPau Espin Pedrol1-0/+3
2021-01-18Move fc_* fields from BTS to PCUPau Espin Pedrol1-0/+1
2021-01-18Move ns_dialect field from BTS to PCUPau Espin Pedrol1-0/+1
2021-01-18Move (m)cs_lqual_ranges fields from BTS to PCUPau Espin Pedrol1-0/+30
2021-01-18Move cs_downgrade_threshold field from BTS to PCUPau Espin Pedrol1-0/+1
2021-01-18Move cs_adj* fields from BTS to PCUPau Espin Pedrol1-0/+3
2021-01-18Move dl_arq_type field from BTS to PCUPau Espin Pedrol1-0/+3
2021-01-18Move dl_tbf_preemptive_retransmission field from BTS to PCUPau Espin Pedrol1-0/+1
2021-01-18Move alpha,gamma fields from BTS to PCUPau Espin Pedrol1-0/+1
2021-01-18Move T_defs_pcu from BTS to PCU objectPau Espin Pedrol1-0/+15
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol1-0/+61