gbproxy: Remove unused variable assignment

Change-Id: I79684e0b27211d756912a63be5cae890ea44be82
This commit is contained in:
Daniel Willmann 2021-01-17 13:13:42 +01:00
parent b96d5a6ead
commit fb5ccb468a
1 changed files with 0 additions and 1 deletions

View File

@ -868,7 +868,6 @@ static int gbprox_rx_sig_from_bss(struct gbproxy_nse *nse, struct msgb *msg, uin
switch (pdu_type) {
case BSSGP_PDUT_BVC_RESET:
/* resolve or create gbproxy_bvc + handlei n BVC-FSM */
ptp_bvci = ntohs(tlvp_val16_unal(&tp, BSSGP_IE_BVCI));
return rx_bvc_reset_from_bss(nse, msg, &tp);
case BSSGP_PDUT_BVC_RESET_ACK:
ptp_bvci = ntohs(tlvp_val16_unal(&tp, BSSGP_IE_BVCI));