neels has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/28778 )


Change subject: missing whitespace in gsm_04_08_cc.c
......................................................................

missing whitespace in gsm_04_08_cc.c

Change-Id: If9e2f543d1924421c1a1f1e1e100c7d9fb63c139
---
M src/libmsc/gsm_04_08_cc.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/78/28778/1

diff --git a/src/libmsc/gsm_04_08_cc.c b/src/libmsc/gsm_04_08_cc.c
index 281a386..a06e997 100644
--- a/src/libmsc/gsm_04_08_cc.c
+++ b/src/libmsc/gsm_04_08_cc.c
@@ -727,9 +727,10 @@
                /* Create a copy of the bearer capability
                 * in the transaction struct, so we can use
                 * this information later */
-               memcpy(&trans->bearer_cap,&call_conf.bearer_cap,
+               memcpy(&trans->bearer_cap, &call_conf.bearer_cap,
                       sizeof(trans->bearer_cap));
        }
+
        /* cause */
        if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
                call_conf.fields |= MNCC_F_CAUSE;

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: If9e2f543d1924421c1a1f1e1e100c7d9fb63c139
Gerrit-Change-Number: 28778
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-MessageType: newchange

Reply via email to