sgwc: Log received messages in sxa-handler.c (#896)

This commit is contained in:
Pau Espin Pedrol 2021-03-31 12:59:57 +02:00 committed by GitHub
parent 68724c6ec1
commit 0b3ca447c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -145,6 +145,8 @@ void sgwc_sxa_handle_session_establishment_response(
ogs_gtp_create_session_request_t *gtp_req = NULL;
ogs_pkbuf_t *pkbuf = NULL;
ogs_debug("Session Establishment Response");
ogs_assert(pfcp_xact);
ogs_assert(pfcp_rsp);
ogs_assert(gtp_message);
@ -351,6 +353,8 @@ void sgwc_sxa_handle_session_modification_response(
ogs_gtp_cause_t cause;
ogs_debug("Session Modification Response");
ogs_assert(pfcp_xact);
ogs_assert(pfcp_rsp);
@ -1014,6 +1018,8 @@ void sgwc_sxa_handle_session_deletion_response(
ogs_gtp_xact_t *s11_xact = NULL;
ogs_pkbuf_t *pkbuf = NULL;
ogs_debug("Session Deletion Response");
ogs_assert(pfcp_xact);
ogs_assert(pfcp_rsp);
@ -1081,6 +1087,8 @@ void sgwc_sxa_handle_session_report_request(
uint8_t cause_value = 0;
uint16_t pdr_id = 0;
ogs_debug("Session Report Request");
ogs_assert(pfcp_xact);
ogs_assert(pfcp_req);