cosmetic: bsc: Fix typos in comments

Change-Id: I87f351fe2ab69120a3af8d6674f2738ef2d57a3a
This commit is contained in:
Pau Espin 2023-01-03 16:56:59 +01:00
parent 1809bcee83
commit 3560979cf8
1 changed files with 2 additions and 2 deletions

View File

@ -1695,7 +1695,7 @@ testcase TC_assignment_cic_only(integer bssap_idx := 0) runs on test_CT {
/* 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 @@ private function f_vty_allow_tch_for_signalling(boolean allow, integer bts_nr) r
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;