I still have a few questions (sorry, I'm still learning

)
1) Do I understand correctly, that the parameters
"AF 3 CL Target Compensation Limits" and
"AF 3 Learning Limits" from the 32BITBASE.xml file (standard) from the SubaruDefs-Alpha branch are not the same?
In addition to setting
zero in the
"AF 3 Correction Limits" and
"AF 3 Learning Limits" parameters, do you need to do something with the parameters:
"AF 3 Correction Adder (Increase)"
"AF 3 Correction Adder (Decrease)"
"AF 3 CL Target Compensation Limits"?
It will be enough to set the
Correction and Learning limits to zero
+ disable
CEL"(P0037) REAR O2 SENSOR LOW INPUT"
"(P0038) REAR O2 SENSOR HIGH INPUT"
"(P0137) REAR O2 SENSOR LOW VOLTAGE"
"(P0138) REAR O2 SENSOR HIGH VOLTAGE"
"(P0139) REAR O2 SENSOR SLOW RESPONSE"
"(P0140) REAR O2 SENSOR NO ACTIVITY"
"(P0141) REAR O2 SENSOR MALFUNCTION"
for disable rear O2?
2) Do you know the
addresses of the parameters
Correction and Learning limits for ROM
E2TB101L?
Where, how, from whom and how can they be found out? What software? I have ScoobyRom, but I don't know how to use it yet...

Does this post
AF#3 (Rear O2 sensor) correction limits contain all the known information on finding addresses, or is there something else to look for?
3) To disable the
EGR valve, will it be enough to set the
Steps in the EGR Valve A / B parameters
to zero + disable the EGR related
CELs (P0400 and P1492-P1499)?
I know the
EGR Valve addresses in the ROM
E2TB101L and have added its processing to the 32BITBASE.xml file
Code:
<scaling name="Steps" units="Steps" toexpr="x" frexpr="x" format="%.2f" min="0" max="35" inc="1" storagetype="uint16" endian="big"/>
<table name="EGR Valve A" category="EGR Valve" type="3D" level="1" scaling="Steps">
<table name="Engine Load" type="X Axis" elements="10" scaling="g/rev"/>
<table name="Engine Speed" type="Y Axis" elements="21" scaling="RPM"/>
</table>
Or is this not enough and something else is needed?