hnbap: RNC Id = LAC

Change-Id: If057a5424fabba7b4d9710eba2160e0e3da75786
This commit is contained in:
Neels Hofmeyr 2019-12-24 18:30:05 +01:00
parent 16441ffbb3
commit ee158d3f4b
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ static int hnbgw_tx_hnb_register_acc(struct hnb_context *ctx)
/* Single required response IE: RNC-ID */
HNBRegisterAcceptIEs_t accept = {
.rnc_id = ctx->gw->config.rnc_id
.rnc_id = ctx->id.lac,
};
/* encode the Information Elements */