pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/43292?usp=email )


Change subject: smpp: Remove unnecessary printf
......................................................................

smpp: Remove unnecessary printf

This is probably a debug leftover, remove it.

Related: OS#7059
Reported-By: Adam Bedard <[email protected]>
Change-Id: I183a49f70697859c625803478847d02176eea75d
---
M src/libsmpputil/smpp_msc.c
1 file changed, 0 insertions(+), 1 deletion(-)



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

diff --git a/src/libsmpputil/smpp_msc.c b/src/libsmpputil/smpp_msc.c
index 5fdba36..69b86bd 100644
--- a/src/libsmpputil/smpp_msc.c
+++ b/src/libsmpputil/smpp_msc.c
@@ -258,7 +258,6 @@
                                     sms_msg_len, sizeof(sms->user_data));
                                return ESME_RINVPARLEN;
                        }
-                       printf("copying %u bytes user data...\n", ud_len);
                        memcpy(sms->user_data, sms_msg, ud_len);
                        sms_msg += ud_len;
                        sms_msg_len -= ud_len;

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I183a49f70697859c625803478847d02176eea75d
Gerrit-Change-Number: 43292
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>

Reply via email to