laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22935 )
Change subject: NS_Provider_FR: Fix typos in log lines
......................................................................
NS_Provider_FR: Fix typos in log lines
Change-Id: I5661ba61dc0de78bc480c49d4aba6436a8694706
---
M library/NS_Provider_FR.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/NS_Provider_FR.ttcn b/library/NS_Provider_FR.ttcn
index 30aadef..eb2fb24 100644
--- a/library/NS_Provider_FR.ttcn
+++ b/library/NS_Provider_FR.ttcn
@@ -51,7 +51,7 @@
alt {
[not link_available] FR.receive(FrameRelayFrame:?) -> value
rx_fr {
- log("Dropoing Rx Msg because FR link not yet
available", rx_fr);
+ log("Dropping Rx Msg because FR link not yet
available", rx_fr);
/* this can happen if the remote side has not
yet recognized the
* link is dead; don' fail here */
}
@@ -60,10 +60,10 @@
NSE.send(ns);
}
[not pvc_active] FR.receive(tr_FR(config.provider.fr.dlci)) ->
value rx_fr {
- log("Dropoing Rx Msg because FR DLC not yet available",
rx_fr);
+ log("Dropping Rx Msg because FR DLC not yet available",
rx_fr);
}
[] FR.receive(tr_FR(?)) -> value rx_fr {
- log("Dropoing Rx Msg because DLCI unknown", rx_fr);
+ log("Dropping Rx Msg because DLCI unknown", rx_fr);
setverdict(fail);
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22935
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5661ba61dc0de78bc480c49d4aba6436a8694706
Gerrit-Change-Number: 22935
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged