lib: Minor reformat

This commit is contained in:
Matan Perelman 2022-07-06 15:48:23 +03:00 committed by Andre Puschmann
parent 1b22c372a1
commit 0c1a7018ec
1 changed files with 1 additions and 1 deletions

View File

@ -9062,7 +9062,7 @@ LIBLTE_ERROR_ENUM liblte_mme_pack_deactivate_eps_bearer_context_request_msg(
*msg_ptr = count & 0xFF;
msg_ptr++;
}
// Protocol Discriminator and EPS Bearer ID
*msg_ptr = (deact_eps_bearer_context_req->eps_bearer_id << 4) | (LIBLTE_MME_PD_EPS_SESSION_MANAGEMENT);
msg_ptr++;