From ec72b310d79114de861ab432ff4eaf7c17885069 Mon Sep 17 00:00:00 2001 From: Francisco Date: Thu, 1 Apr 2021 09:26:07 +0100 Subject: [PATCH] fix mme ue s1ap id initialization --- srsenb/hdr/stack/upper/s1ap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srsenb/hdr/stack/upper/s1ap.h b/srsenb/hdr/stack/upper/s1ap.h index 26ca8464e..9da72b3b6 100644 --- a/srsenb/hdr/stack/upper/s1ap.h +++ b/srsenb/hdr/stack/upper/s1ap.h @@ -41,7 +41,7 @@ struct ue_ctxt_t { uint16_t rnti = SRSRAN_INVALID_RNTI; uint32_t enb_ue_s1ap_id = invalid_enb_id; - srsran::optional mme_ue_s1ap_id = 0; + srsran::optional mme_ue_s1ap_id; uint32_t enb_cc_idx = 0; struct timeval init_timestamp = {}; };