From 1c4b05d02688e18cbf85fccc0086302a54519481 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 20 Mar 2023 14:32:42 +0100 Subject: [PATCH] mgw_fsm: fix typo Change-Id: I16ee37bbfda01b541ad7a6f5269689c4b9e92c8c --- src/osmo-hnbgw/mgw_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-hnbgw/mgw_fsm.c b/src/osmo-hnbgw/mgw_fsm.c index cddc64e..0b129b5 100644 --- a/src/osmo-hnbgw/mgw_fsm.c +++ b/src/osmo-hnbgw/mgw_fsm.c @@ -680,7 +680,7 @@ int handle_rab_ass_req(struct hnbgw_context_map *map, struct msgb *ranap_msg, ra } /* The RTP stream negotiation usually begins with a RAB-AssignmentRequest and ends with an IU-Release, however - * it may also be thet the MSC decides to release the RAB with a dedicated RAB-AssignmentRequest that contains + * it may also be that the MSC decides to release the RAB with a dedicated RAB-AssignmentRequest that contains * a ReleaseList. In this case an FSM will already be present. */ if (map->mgw_fi) { /* A RAB Release might be in progress, handle it */