Skip to content

Commit 0c1a701

Browse files
matan1008andrepuschmann
authored andcommitted
lib: Minor reformat
1 parent 1b22c37 commit 0c1a701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/asn1/liblte_mme.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9062,7 +9062,7 @@ LIBLTE_ERROR_ENUM liblte_mme_pack_deactivate_eps_bearer_context_request_msg(
90629062
*msg_ptr = count & 0xFF;
90639063
msg_ptr++;
90649064
}
9065-
9065+
90669066
// Protocol Discriminator and EPS Bearer ID
90679067
*msg_ptr = (deact_eps_bearer_context_req->eps_bearer_id << 4) | (LIBLTE_MME_PD_EPS_SESSION_MANAGEMENT);
90689068
msg_ptr++;

0 commit comments

Comments
 (0)