aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-11-23 18:38:30 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-11-23 18:38:30 +0100
commit7eaf6fb9f9e2081e1742519e6da20b93ed314eaa (patch)
tree83a0198910a5056396406c3b744f9770f52c815a
parentdf38eb1b4c3084c2e283b70834f5fc8b1d876135 (diff)
sccp: PC -> PointCode and we remove them to avoid routing issues
-rw-r--r--src/sccp_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sccp_state.c b/src/sccp_state.c
index b9efaa4..1d12ce7 100644
--- a/src/sccp_state.c
+++ b/src/sccp_state.c
@@ -570,7 +570,7 @@ void msc_dispatch_sccp(struct msc_connection *msc, struct msgb *msg)
/* Check for Location Update Accept */
bsc_ussd_handle_in_msg(msc, &result, msg);
- /* patch a possible PC */
+ /* Remove PointCodes to avoid routing issues */
bss_rewrite_header_to_bsc(msg, set->opc, set->dpc);
/* we can not forward it right now */