Overview
You may wish to disable the parameter smsPropAllowMoFromFriendlySubscribersOnly from your nodes so that the RTR allows MO traffic from ported subscribers as well.
Solution
The allowmofromfriendlysubscribersonly
parameter specifies whether the RTR should only allow MO traffic from "friendly" subscribers (own and associated networks) and should reject MO traffic from other operators' (ported) subscribers. When the value of this parameter is set to false, all MO messages will be accepted from ported subscribers as well. To disable this parameter (i.e. set its value to false), please follow the steps below:
- On the MGR Node (as textpass user), run the following commands:
cd /usr/TextPass/etc;
cp common_config.txt common_config.ddmmyy
(Common config file for each specific domain needs to be edited)vi common_config.txt
allowmofromfriendlysubscribersonly="false"
(To set the value to false)wq! (Save file and close)
- Then, on each traffic node (Each instance - as textpass and as tpuser01)
tp_walk smsPropAllowMoFromFriendlySubscribersOnly
(Check and note value)tp_stop --textpass
tp_start --textpass
tp_status
tp_walk smsPropAllowMoFromFriendlySubscribersOnly
(Check and note value - Must now be updated to false)