Skip to content

Commit 662e699

Browse files
FabianEckermannFabian Eckermann
authored andcommitted
cu_cp,e1ap: Fix documentation
1 parent 46ae851 commit 662e699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/e1ap/cu_cp/procedures/bearer_context_modification_procedure.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ void bearer_context_modification_procedure::operator()(
3434
// Subscribe to respective publisher to receive BEARER CONTEXT MODIFICATION RESPONSE/FAILURE message.
3535
transaction_sink.subscribe_to(ev_mng.context_modification_outcome);
3636

37-
// Send command to DU.
37+
// Send command to CU-UP.
3838
send_bearer_context_modification_request();
3939

40-
// Await CU response.
40+
// Await response.
4141
CORO_AWAIT(transaction_sink);
4242

43-
// Handle response from DU and return UE index
43+
// Handle response from CU-UP and return UE index
4444
CORO_RETURN(create_bearer_context_modification_result());
4545
}
4646

0 commit comments

Comments
 (0)