pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-pcu/+/33350 )


Change subject: bts: Use same default value for T3193 as set in osmo-bts/bsc
......................................................................

bts: Use same default value for T3193 as set in osmo-bts/bsc

That timer is configured by value sent over PCUIF, hence better have it
to the same default value in osmo-bsc/osmo-bts.

Change-Id: I498f05ff4d232164690d177430e90eb99b4eea9d
---
M src/bts.cpp
1 file changed, 13 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/50/33350/1

diff --git a/src/bts.cpp b/src/bts.cpp
index 77d8738..2dbccda 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -80,7 +80,7 @@
        { .T=3168, .default_val=4000, .unit=OSMO_TDEF_MS,  .desc="Time MS waits 
for PACKET UPLINK ACK when establishing a UL TBF", .val=0 },
        { .T=3169, .default_val=5,   .unit=OSMO_TDEF_S,  .desc="Reuse of USF 
and TFI(s) after the MS uplink TBF assignment is invalid", .val=0 },
        { .T=3191, .default_val=5,   .unit=OSMO_TDEF_S,  .desc="Reuse of TFI(s) 
after sending (1) last RLC Data Block on TBF(s), or (2) PACKET TBF RELEASE for 
an MBMS radio bearer", .val=0 },
-       { .T=3193, .default_val=100, .unit=OSMO_TDEF_MS, .desc="Reuse of TFI(s) 
after reception of final PACKET DOWNLINK ACK/NACK from MS for TBF", .val=0 },
+       { .T=3193, .default_val=1600, .unit=OSMO_TDEF_MS, .desc="Reuse of 
TFI(s) after reception of final PACKET DOWNLINK ACK/NACK from MS for TBF", 
.val=0 },
        { .T=3195, .default_val=5,   .unit=OSMO_TDEF_S,  .desc="Reuse of TFI(s) 
upon no response from the MS (radio failure or cell change) for TBF/MBMS radio 
bearer", .val=0 },
        { .T = -16, .default_val = 1000, .unit = OSMO_TDEF_MS,
                .desc = "Granularity for *:all_allocated rate counters: amount 
of milliseconds that one counter increment"

--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/33350
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I498f05ff4d232164690d177430e90eb99b4eea9d
Gerrit-Change-Number: 33350
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to