context_map: Don't forget to store the SCU connection ID

This commit is contained in:
Harald Welte 2015-12-26 23:39:05 +01:00
parent 2ebe42fed7
commit 4009b36d74
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ context_map_alloc_by_hnb(struct hnb_context *hnb, uint32_t rua_ctx_id,
map->cn_link = cn_if_new;
map->hnb_ctx = hnb;
map->rua_ctx_id = rua_ctx_id;
map->scu_conn_id = new_scu_conn_id;
/* put it into both lists */
llist_add_tail(&map->hnb_list, &hnb->map_list);