Commit fe20b0cb authored by Manish's avatar Manish

ORAN FHI Integration patches moved to cmake_targets

parent 119a5edf
From 600acce33fb9fefbd6fbd1f546404b55d19c51fa Mon Sep 17 00:00:00 2001
From: "rajeshwari.p" <rajeshwari.p@vvdntech.in>
Date: Fri, 19 Aug 2022 17:18:12 +0530
Subject: [PATCH] changes to compile libxran using gcc and disable avx512
Signed-off-by: rajeshwari.p <rajeshwari.p@vvdntech.in>
---
fhi_lib/build.sh | 6 +++---
fhi_lib/lib/Makefile | 23 ++++++++++++-----------
2 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/fhi_lib/build.sh b/fhi_lib/build.sh
index 22859b5..e24e46f 100755
--- a/fhi_lib/build.sh
......
From 6f9c9298c9130fdf4905fa1971c561a869f413bf Mon Sep 17 00:00:00 2001
From: "thamizhselvan.k" <thamizhselvan.k@vvdntech.in>
Date: Wed, 17 Aug 2022 10:11:41 +0530
Subject: [PATCH 2/8] returning proper slot_id
Signed-off-by: thamizhselvan.k <thamizhselvan.k@vvdntech.in>
---
fhi_lib/lib/src/xran_main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fhi_lib/lib/src/xran_main.c b/fhi_lib/lib/src/xran_main.c
index 17acc2a..8f5705e 100644
--- a/fhi_lib/lib/src/xran_main.c
......
From 729d8b701c1391aecf933443eeb21fcfb0a745ec Mon Sep 17 00:00:00 2001
From: "thamizhselvan.k" <thamizhselvan.k@vvdntech.in>
Date: Wed, 17 Aug 2022 16:26:49 +0530
Subject: [PATCH 3/8] commenting the pkt validate at process_mbuf to avoid
prach packet dropping
Signed-off-by: thamizhselvan.k <thamizhselvan.k@vvdntech.in>
---
fhi_lib/lib/src/xran_common.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/fhi_lib/lib/src/xran_common.c b/fhi_lib/lib/src/xran_common.c
index c4cb3fb..5bbacf7 100644
--- a/fhi_lib/lib/src/xran_common.c
......
From 71e1584ab1e09ecaf36e18fdda5cbf94ff3a5ae4 Mon Sep 17 00:00:00 2001
From: "thamizhselvan.k" <thamizhselvan.k@vvdntech.in>
Date: Wed, 17 Aug 2022 17:14:20 +0530
Subject: [PATCH 4/8] WA for timer handler not getting called after certain
iteration
---
fhi_lib/lib/src/xran_main.c | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/fhi_lib/lib/src/xran_main.c b/fhi_lib/lib/src/xran_main.c
index 8f5705e..3b187fc 100644
--- a/fhi_lib/lib/src/xran_main.c
......
From 2868d676342c2adcf55c3c0ce988f68a79e84b0c Mon Sep 17 00:00:00 2001
From: "thamizhselvan.k" <thamizhselvan.k@vvdntech.in>
Date: Wed, 17 Aug 2022 18:28:03 +0530
Subject: [PATCH 5/8] ant_id changes in tx/rx path to handle prach from ru
Signed-off-by: thamizhselvan.k <thamizhselvan.k@vvdntech.in>
---
fhi_lib/lib/src/xran_common.c | 3 ++-
fhi_lib/lib/src/xran_main.c | 8 +++++---
fhi_lib/lib/src/xran_up_api.c | 5 +++--
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/fhi_lib/lib/src/xran_common.c b/fhi_lib/lib/src/xran_common.c
index 5bbacf7..270ee17 100644
--- a/fhi_lib/lib/src/xran_common.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment