pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/32380 )
(
5 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: cosmetic: Fix indentation in comment ......................................................................
cosmetic: Fix indentation in comment
Change-Id: I15063346e4ff0367c0bf04f6b48ac62b9bdf2929 --- M src/gprs_ms.c 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: osmith: Looks good to me, approved fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/gprs_ms.c b/src/gprs_ms.c index caa0cf5..6d7018f 100644 --- a/src/gprs_ms.c +++ b/src/gprs_ms.c @@ -1232,7 +1232,7 @@ } else { /* Check if we can create a DL TBF to start sending the enqueued * data. Otherwise it will be triggered later when it is reachable - * again. */ + * again. */ if (ms_is_reachable_for_dl_ass(ms)) { if (ms_ul_tbf(ms)) rc = ms_new_dl_tbf_assigned_on_pacch(ms, ul_tbf_as_tbf(ms_ul_tbf(ms)));