hnbgw: osmo-hnbgw.cfg: reduce X31 to 5s

Set X31 to 5s as expected by the testsuite. The config files changed
here are not used by jenkins, but are used for manual testing by some
developers.

Previous patch ee4ce863 ("hnbgw: Introduce mp_hnbgw_timer_x31") already
sets the timer in one of the configs, move it to the end and add the
comment to make it consistent here and with the configs in
docker-playground.

Related: docker-playground I223d38e9ec2ca0f9f2ce2ac5311932789f328c9a
Change-Id: I1c275a1d10cfe0fe67d71e900881b0c4891af0be
This commit is contained in:
Oliver Smith 2023-11-07 14:16:04 +01:00
parent c3c01d37a3
commit 0bc9e96b22
2 changed files with 6 additions and 1 deletions

View File

@ -71,6 +71,9 @@ hnbgw
local-addr 127.0.0.2
local-port 8805
timer pfcp x26 5
# reduce default X31 from 15 seconds
# https://gerrit.osmocom.org/c/osmo-hnbgw/+/34922
timer hnbgw X31 5
msc 0
remote-addr msc-naught

View File

@ -49,9 +49,11 @@ hnbgw
local-ip 127.0.0.1
local-port 29169
hnbap-allow-tmsi 1
timer hnbgw x31 5
# don't spam RANAP RESET messages for up to eight CN links across all tests
timer hnbgw T4 60
# reduce default X31 from 15 seconds
# https://gerrit.osmocom.org/c/osmo-hnbgw/+/34922
timer hnbgw X31 5
msc 0
remote-addr msc-naught