ogs_info swaps CP and UP SEIDs

This commit is contained in:
Spencer Sevilla 2022-10-04 14:08:40 -07:00 committed by Sukchan Lee
parent 6d27fbb8cc
commit be2af54682
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ sgwu_sess_t *sgwu_sess_add(ogs_pfcp_f_seid_t *cp_f_seid)
ogs_hash_set(self.seid_hash, &sess->sgwc_sxa_f_seid.seid,
sizeof(sess->sgwc_sxa_f_seid.seid), sess);
ogs_info("UE F-SEID[CP:0x%lx UP:0x%lx]",
ogs_info("UE F-SEID[UP:0x%lx CP:0x%lx]",
(long)sess->sgwu_sxa_seid, (long)sess->sgwc_sxa_f_seid.seid);
ogs_list_add(&self.sess_list, sess);

View File

@ -394,7 +394,7 @@ uint8_t upf_sess_set_ue_ip(upf_sess_t *sess,
pdr->dnn ? pdr->dnn : "");
}
ogs_info("UE F-SEID[CP:0x%lx UP:0x%lx] "
ogs_info("UE F-SEID[UP:0x%lx CP:0x%lx] "
"APN[%s] PDN-Type[%d] IPv4[%s] IPv6[%s]",
(long)sess->upf_n4_seid, (long)sess->smf_n4_f_seid.seid,
pdr->dnn, session_type,