From dac55975b545e4da4120b7231f12c293d9498122 Mon Sep 17 00:00:00 2001
From: Sakthivel Velumani <mail@sakthi.me>
Date: Sun, 19 May 2024 17:34:37 -0400
Subject: [PATCH] Updated documentation

---
 doc/RUNMODEM.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/RUNMODEM.md b/doc/RUNMODEM.md
index a85f0d9b0c8..66b103e9733 100644
--- a/doc/RUNMODEM.md
+++ b/doc/RUNMODEM.md
@@ -102,6 +102,9 @@ Command line parameters for UE in `--sa` mode:
 - `--band` : NR band number (default value 78)
 - `--ssb` : SSB start subcarrier (default value 516)
 
+**Optional parameters**:
+- `--ue-scan-carrier` : scan for cells in current bandwidth. This option can be used if the SSB position of the gNB is unknown. If multiple cells are detected, the UE will try to connect to the first cell. By default, this option is disabled and the UE attempts to only decode SSB given by `--ssb`.
+
 To simplify the configuration for the user testing OAI UE with OAI gNB, the latter prints the following LOG that guides the user to correctly set some of the UE command line parameters.
 
 ```
-- 
GitLab