osmo-hnbgw/src/osmo-hnbgw
Harald Welte d3382ae952 hnbgw_rx_hnb_deregister: Don't call hnb_context_release()
Don't release the HNB context as there's plenty of code that
assumes there's always a HNB context associated with a SCTP connection.

Instead, simply unset the hnb_registered flag in the context when
processing a HNB_DE-REGISTER.

Related: OS#5676

Change-Id: Id5c4f5c900ea049f54afbf58edb84b4dc00b1dcb
2022-09-13 12:59:57 +02:00
..
Makefile.am build: add --enable-pfcp, make PFCP dep optional 2022-08-09 17:57:43 +02:00
context_map.c build: add --enable-pfcp, make PFCP dep optional 2022-08-09 17:57:43 +02:00
hnbgw.c Abort if processing SCTP connection without HNB context 2022-09-13 11:31:46 +02:00
hnbgw_cn.c optimize: decode PS msgs only when PFCP is enabled 2022-08-17 14:33:33 +00:00
hnbgw_hnbap.c hnbgw_rx_hnb_deregister: Don't call hnb_context_release() 2022-09-13 12:59:57 +02:00
hnbgw_pfcp.c add ps_rab_ass FSM to map GTP via UPF 2022-08-08 20:20:34 +00:00
hnbgw_ranap.c Initial structure + import code from osmo-iuh.git 2022-01-04 19:48:52 +01:00
hnbgw_rua.c fix regression: in RUA, do PFCP only when enabled 2022-08-29 16:57:28 +02:00
hnbgw_vty.c build: add --enable-pfcp, make PFCP dep optional 2022-08-09 17:57:43 +02:00
mgw_fsm.c ranap_rab_ass_req_encode(): return msgb 2022-07-27 15:45:18 +02:00
ps_rab_ass_fsm.c add ps_rab_ass FSM to map GTP via UPF 2022-08-08 20:20:34 +00:00
ps_rab_fsm.c ps_rab_fsm: check use cb success 2022-08-17 14:33:33 +00:00
ranap_rab_ass.c ranap_rab_ass_req_encode(): return msgb 2022-07-27 15:45:18 +02:00
tdefs.c build: add --enable-pfcp, make PFCP dep optional 2022-08-09 17:57:43 +02:00