Merge remote-tracking branch 'origin/remove-prach-delay' into integration_2025_w16 (!3372)

Add Delay Mechanism for Initial MIB/SIB Transmission in gNB Scheduler

- Delay MIB/SIB in gNB until PRACH noise converges
- Remove the first PRACH random access attempt delay in NR UE
This commit is contained in:
Robert Schmidt
2025-04-22 09:37:31 +02:00
8 changed files with 22 additions and 17 deletions

View File

@@ -95,5 +95,6 @@
#define RETURNerror (-1)
#define DEFAULT_NAS_PATH "PWD"
#define UNUSED_VARIABLE(vARIABLE) (void)(vARIABLE)
#define NUM_PRACH_RX_FOR_NOISE_ESTIMATE 100
#endif /* __PLATFORM_CONSTANTS_H__ */