BSSGP_Emulation: Fix handling of BsgpResetRequest

We need to change to BLOCKED local state in order to activate
the altstep which handles the inbound BVC-RESET-ACK.

Change-Id: I32ede586f0977b7d96af9fe3ea5fae485184ea98
This commit is contained in:
Harald Welte 2020-11-25 21:57:31 +01:00
parent ab50cc295b
commit 52cecbb340
1 changed files with 1 additions and 0 deletions

View File

@ -1225,6 +1225,7 @@ private altstep as_ptp_allstate() runs on BSSGP_BVC_CT {
}
[] MGMT.receive(BssgpResetRequest:?) -> value brr {
f_ptp_change_state(BVC_S_BLOCKED);
f_ptp_sendReset(brr.cause);
}
}