fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-sgsn/+/29212 )


Change subject: gprs_llc: fix misleading spacing in gprs_llc_rcvmsg()
......................................................................

gprs_llc: fix misleading spacing in gprs_llc_rcvmsg()

Change-Id: I7ec97a7d9b37f0541887bc13e31f547613f8945e
---
M src/sgsn/gprs_llc.c
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/12/29212/1

diff --git a/src/sgsn/gprs_llc.c b/src/sgsn/gprs_llc.c
index 453ded5..f16f200 100644
--- a/src/sgsn/gprs_llc.c
+++ b/src/sgsn/gprs_llc.c
@@ -965,9 +965,9 @@
                                       llhp.data);
                        if (rc < 0)
                                return rc;
-               llhp.fcs = *(llhp.data + llhp.data_len);
-               llhp.fcs |= *(llhp.data + llhp.data_len + 1) << 8;
-               llhp.fcs |= *(llhp.data + llhp.data_len + 2) << 16;
+                       llhp.fcs = *(llhp.data + llhp.data_len);
+                       llhp.fcs |= *(llhp.data + llhp.data_len + 1) << 8;
+                       llhp.fcs |= *(llhp.data + llhp.data_len + 2) << 16;
                } else {
                        LOGP(DLLC, LOGL_NOTICE, "encrypted frame for LLC that "
                                "has no KC/Algo! Dropping.\n");

--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/29212
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I7ec97a7d9b37f0541887bc13e31f547613f8945e
Gerrit-Change-Number: 29212
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to