aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-05-27 15:07:32 +0200
committerHarald Welte <laforge@gnumonks.org>2018-05-27 15:33:27 +0000
commit710ec2154f6986655f1cd98cc2213ab603c6f03f (patch)
tree38bfea4adb8c574a7fca147320065d4b9bbfe2a3 /library
parent4239918711f11dd8ed0e9d8854941581e6cec747 (diff)
BSSAP_Adapter: cosmetic typo fix
Diffstat (limited to 'library')
-rw-r--r--library/BSSAP_Adapter.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/BSSAP_Adapter.ttcn b/library/BSSAP_Adapter.ttcn
index b46bb3ee..7f03f339 100644
--- a/library/BSSAP_Adapter.ttcn
+++ b/library/BSSAP_Adapter.ttcn
@@ -153,7 +153,7 @@ function f_bssap_init(inout BSSAP_Adapter ba, in BSSAP_Configuration cfg, charst
T.start;
//T.timeout;
log("Connecting BSSMAP Emulation to SCCP_SP_PORT and starting emulation");
- /* connect BSSNAP component to upposer side of SCCP */
+ /* connect BSSNAP component to upper side of SCCP */
connect(ba.vc_BSSMAP:BSSAP, ba.vc_SCCP:SCCP_SP_PORT);
if (cfg.transport == BSSAP_TRANSPORT_SCCPlite_SERVER or
cfg.transport == BSSAP_TRANSPORT_SCCPlite_CLIENT) {