pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30845 )

Change subject: cosmetic: bsc: Fix typos in comments
......................................................................

cosmetic: bsc: Fix typos in comments

Change-Id: I87f351fe2ab69120a3af8d6674f2738ef2d57a3a
---
M bsc/BSC_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 909b71f..469d7b6 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -1695,7 +1695,7 @@
                /* send assignment without AoIP IEs */
                BSSAP.send(ts_BSSAP_DATA_req(dt.sccp_conn_id, 
ts_BSSMAP_AssignmentReq(ts_BSSMAP_IE_CIC(0, 1))));
        } else {
-               /* Send assignmetn without CIC in IPA case */
+               /* Send assignment without CIC in IPA case */
                var BSSMAP_IE_AoIP_TransportLayerAddress tla :=
                                                
valueof(ts_BSSMAP_IE_AoIP_TLA4('01020304'O, 2342));
                BSSAP.send(ts_BSSAP_DATA_req(dt.sccp_conn_id, 
ts_BSSMAP_AssignmentReq(omit, tla)));
@@ -9141,7 +9141,7 @@
        f_vty_transceive(BSCVTY, "exit");
 }

-/* Begin assignmet procedure and send an EMERGENCY SETUP (RR) */
+/* Begin assignment procedure and send an EMERGENCY SETUP (RR) */
 private function f_assignment_emerg_setup() runs on MSC_ConnHdlr {
        var PDU_ML3_MS_NW emerg_setup;
        var octetstring emerg_setup_enc;

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/30845
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: I87f351fe2ab69120a3af8d6674f2738ef2d57a3a
Gerrit-Change-Number: 30845
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to