I didn't see RPM on the CSV
Pulled this from the S4 Wiki, maybe it'll work for you?
You will throw a 17963 Charge pressure: Maximum limit exceeded code if your boost deviation is too high:
KFDLULS - Delta pressure for overboost protection
If you are running significantly more boost than stock, or you have made changes to the boost PID, you may have to increase these limits. The most unsophisticated way is to simply max the entire table. Obviously, you will get better results if you spend a bit more time tuning this table to something appropriate. It is generally not a good idea to disable too many safety features, particularly when it comes to boost.
If you screw up, it is possible that specified boost is higher than the maximum possible measured boost. For obvious reasons, the PID will not like this. To prevent this, set this to zero:
DSLOFS - MAP pressure sensor offset
Absolute maximum measured boost is 0xffff/25.6 = 2559.96 mBar (assuming DSLOFS = 0)
Maximum spec boost is 0xff*10 = 2550 mBar
These are both hard ECU limits, and cannot be increased by simply changing sensors or internal ECU MAP scaling.
If you plan to run closed loop boost (PID control), set DSLOFS to 0. If you are planning to run open loop boost (locked WGDC via KFLDRL) keep it stock!