oscerd commented on code in PR #11930:
URL: https://github.com/apache/camel/pull/11930#discussion_r1384977868


##########
components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConfiguration.java:
##########
@@ -733,6 +735,26 @@ public void setSingleDLR(boolean singleDLR) {
         this.singleDLR = singleDLR;
     }
 
+    public String getInterfaceVersion() {
+        return interfaceVersion;
+    }
+
+    /**
+     * Defines the interface version to be used in the binding request with 
the SMSC. The following values are allowed,
+     * as defined in the SMPP protocol:
+     * <ul>

Review Comment:
   Looks good then. I never noticed that, maybe because I didn't work on this 
specific component. All good.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to