diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-12-17 17:52:17 +0100 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-12-17 17:52:42 +0100 |
commit | 7e9178df28d12ec4ea3b8d4cfdbe79ac5f68da3e (patch) | |
tree | c834c53d522e58334b1774b5ba3e486736f49c50 | |
parent | 8f9daab41470d1bff21dd9912358f9d87ae37a4f (diff) |
msc: Remove trailing whitespace
Change-Id: I934dd3504fa91e2006fbc9b1133836060eb0591e
-rw-r--r-- | msc/BSC_ConnectionHandler.ttcn | 2 | ||||
-rw-r--r-- | msc/MSC_Tests.ttcn | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn index 0846c04..cd1a114 100644 --- a/msc/BSC_ConnectionHandler.ttcn +++ b/msc/BSC_ConnectionHandler.ttcn @@ -1837,5 +1837,3 @@ runs on BSC_ConnHdlr { } - - diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn index a083606..e2728d3 100644 --- a/msc/MSC_Tests.ttcn +++ b/msc/MSC_Tests.ttcn @@ -1736,7 +1736,7 @@ testcase TC_cr_before_reset() runs on MTC_CT { setverdict(fail, "no BSSMAP RESET ACK seen!"); mtc.stop; } - } + } } /* Test MO Call with no response to RAN-side CRCX or DTAP Release */ |