oran-testing / soft-t-ue

Open source O-RAN 5G security testing tool
https://rantesterue.org
GNU Affero General Public License v3.0
2 stars 3 forks source link

CQI Attack Development #27

Closed Higgigamer19 closed 1 month ago

Higgigamer19 commented 2 months ago

Bandwidth Hogging Attack Using Manipulated CQI Values

Implementation (UE Side):

Mitigation Components in srsRAN gNB under test:

Metrics to Assess the Attack:

Notes

cueltschey commented 2 months ago

There are actually some default config options provided by srsRAN that may eliminate the need for developing this: --phy.cqi_max -> defines maximum CQI value --phy.cqi_fixed -> defines a fixed CQI value

I ran them both with value 100 and saw no real results @Higgigamer19 what do you think about this?