Cedric Roux
6c9a0dea27
LDPC processing: bugfix: clear d[] if first transmission is DTX
...
If first transmission (round == 0) is DTX then d[] will not be cleared
for following transmissions (those that are not DTX) in
nr_rate_matching_ldpc_rx() because new_rx will not be 1, leading
to potential wrong decoding.
2022-12-27 23:24:59 +01:00
Cedric Roux
b038ee0af8
NR LDPC processing: do not redo LDPC decoding on retransmission if not needed
...
Adding crc_ok[] so that we don't redo LDPC decoding of a segment on
retransmissions if the CRC was correct for the segment in a previous
transmission.
We have to be careful with DTX of round 0, because in this case
nr_ulsch_decoding() will never be called with new_rx == 1, so we
would not reset crc_ok[]. (Hopefully I understand things correctly
here...)
2022-12-27 23:24:59 +01:00
Cedric Roux
7fc31d9ca9
NR LDPC processing: check CRC of the full transport block
...
And reject data in case of failure.
2022-12-27 23:24:55 +01:00
Cedric Roux
6d66049e1f
NR LDPC processing: do not stop processing too early
...
It's important to feed data to the d[] array (and clear it first in case
of new_rx) so the logic to cancel the other LDPC processing threads when
a decoding failure happens has to be changed.
This commit introduces a new cancellation point possible only after
calling nr_rate_matching_ldpc_rx(), thus the d[] array receives data
for all the LDPC segments.
2022-12-27 23:19:56 +01:00
Robert Schmidt
1a0c0cd1c9
Merge branch 'integration_2022_wk51' into 'develop'
...
integration_2022_wk51
See merge request oai/openairinterface5g!1877
!1823 NR UE improve RA procedures (continuation)
!1863 fixes for mixed slot without uplink symbols
!1865 Remove max power limitation in p_NR_FR1
!1866 Small fixes from Fujitsu branch
fix OAIUE test
!1638 Implementation of RRC NR_Paging message at gNB
!1846 NR limit dl_DataToUL_ACK
!1864 Derive K_NG-RAN* key for RRCReestablishment
!1871 Improvements in 5G RAR and DCI for initial BWP larger than 180PRBs
!1872 Fix seed generation and physim script
!1860 Test reduced iterations for ULSIM 3GPP
!1873 Moved nr_ue_design.md to doc/
!1878 Bugfix wrong use of qsort in dl/ul schedulers
!1881 Fix documentation of dot_product()
!1815 NR UE moved PDSCH, rxdataF to stack
!1875 NR SA SIB1 status after failure
!1870 NR SA Tutorials
2022-12-23 07:22:54 +00:00
Robert Schmidt
315caca955
Merge remote-tracking branch 'origin/NR_SA_Tutorials' into integration_2022_wk51
2022-12-22 18:03:59 +01:00
Robert Schmidt
8943dfa131
Merge remote-tracking branch 'origin/NR_fix_sib1_reset_after_failure' into integration_2022_wk51
2022-12-22 18:03:52 +01:00
Robert Schmidt
027a8c6f9b
Merge remote-tracking branch 'origin/NR_UE_pdsch_remove_global_vars' into integration_2022_wk51
2022-12-22 18:03:43 +01:00
Robert Schmidt
cc6d1ecded
Merge remote-tracking branch 'origin/multi-ue-fixes' into integration_2022_wk51
2022-12-22 15:04:00 +01:00
Robert Schmidt
b6bc11635d
Merge remote-tracking branch 'origin/NR_UE_moved_doc' into integration_2022_wk51
2022-12-22 15:03:52 +01:00
Robert Schmidt
a4e9a07d56
Merge remote-tracking branch 'origin/test_ulsim_lower_iterations' into integration_2022_wk51
2022-12-22 15:02:48 +01:00
francescomani
9e7ef62c9d
3GPP UL tests with 7 iterations of LDPC
2022-12-22 15:02:04 +01:00
Robert Schmidt
bacf3537cf
Merge remote-tracking branch 'origin/fix-seed-physim-script' into integration_2022_wk51
2022-12-22 15:00:31 +01:00
Robert Schmidt
1af5062b6c
Merge remote-tracking branch 'origin/NR_fix_intial_BWP_more_than_180' into integration_2022_wk51
2022-12-22 15:00:23 +01:00
Robert Schmidt
d21f6411fc
Merge remote-tracking branch 'origin/nr_derive_key_ng_ran_star' into integration_2022_wk51
2022-12-22 14:59:36 +01:00
Robert Schmidt
599fd419df
Merge remote-tracking branch 'origin/NR_limit_dl_DataToUL_ACK' into integration_2022_wk51
2022-12-22 14:59:28 +01:00
Robert Schmidt
d6a01a73d4
Merge remote-tracking branch 'origin/NR_RRC_Paging' into integration_2022_wk51
2022-12-22 14:59:15 +01:00
Robert Schmidt
2c846e26a0
OAI UE: use 2x2 config file, tune-offset, min_rxtxtime
2022-12-22 10:45:38 +01:00
laurent
97bce21005
code review comments, simplify asn1 coding
2022-12-20 15:37:31 +01:00
luis_pereira87
44d309a69d
Implementation of RRC NR_Paging message at gNB
2022-12-20 15:37:26 +01:00
Sakthivel Velumani
4d2093e765
Updated doc, spell checked
2022-12-20 19:49:59 +05:30
Robert Schmidt
c9f737d310
Merge remote-tracking branch 'origin/NR_small_fixes_from_fujitsu_branch' into integration_2022_wk51
2022-12-19 21:39:25 +01:00
Robert Schmidt
ffb2d23b18
Merge remote-tracking branch 'origin/NR_remove_limitation_p_NR_FR1' into integration_2022_wk51
2022-12-19 21:39:16 +01:00
Robert Schmidt
64a65a878a
Merge remote-tracking branch 'origin/NR_mixed_slot_fixes' into integration_2022_wk51
2022-12-19 21:39:09 +01:00
Robert Schmidt
d66bc22175
Merge remote-tracking branch 'origin/NR_UE_improve_RA_contd' into integration_2022_wk51
2022-12-19 21:39:00 +01:00
francescomani
54641a14fd
removing additional BWPs from config files
2022-12-19 16:57:03 +01:00
Guido Casati
3a24b66ecf
Define for RX/TX Max Size of RLC buffers
...
- new definition to replace hardcoded values
2022-12-19 16:45:15 +01:00
francescomani
7f31659a86
limit dl_DataToUL_ACK to the number of slots per frame to avoid the need to resize VRB_map and UL_tti_req_ahead
2022-12-19 16:35:06 +01:00
Robert Schmidt
8cacbb884c
Address review comments
2022-12-19 16:23:40 +01:00
Robert Schmidt
e99c019fb4
Use get_random_seed() to initialize GTP module
2022-12-19 15:57:10 +01:00
Robert Schmidt
92d5270adf
Use get_random_seed() in set_taus_seed(), used by taus()
2022-12-19 15:57:09 +01:00
Robert Schmidt
2ec0b4b8fe
Make on static library SIMU, drop SIMU_COMMON
...
Almost all targets used both SIMU and SIMU_COMMON. So instead of
linking one in the other, this commit merges both libraries into a
common SIMU lib. Further, we never load SIMU dynamically -- hence
make it a static library.
Also, this commit cleans up CMakeLists.txt to prevent multiple
compilations of taus.c
2022-12-19 15:57:09 +01:00
Robert Schmidt
c1f85d4f07
Remove some commented code
2022-12-19 15:57:09 +01:00
Robert Schmidt
fb6f9d3bf0
Read /dev/urandom to init RNG for uniformrandom and gaussZiggurat
2022-12-19 15:57:09 +01:00
Robert Schmidt
e695f24277
Fix autotests: read correct log file when evaluating sim runs
2022-12-19 15:57:09 +01:00
Guido
c99539a806
Bugfix wrong use of qsort
...
- The qsort() function is defined as:
void qsort(void *base, size_t nmemb, size_t size,
int (*compar)(const void *, const void *));
and sorts an array with nmemb elements of size size.
- in the gNB scheduling functions, nmemb and size were swapped
- this was causing a stack overflow ending with a SEGFAULT under certain circumstances
2022-12-19 15:15:05 +01:00
Guido Casati
b375a804bf
Cleanup of NUMBER_OF_NR_UE_MAX and its references
...
- this defition is obsolete
2022-12-19 15:15:04 +01:00
francescomani
88192f1339
fixes for mixed slot without uplink symbols
2022-12-19 10:24:02 +01:00
francescomani
01369343e6
flag to set sib1 decoded status
2022-12-19 09:49:38 +01:00
Sakthivel Velumani
c0f03f2960
Reduced scope of llr_buffer
...
Direct check on dlsim buffer
2022-12-18 11:33:54 +05:30
Sakthivel Velumani
d487666995
No need to set rxdataF to 0
...
full symbol buffer will be written bt DFT
2022-12-18 10:08:12 +05:30
Sakthivel Velumani
c31fe381f8
Simplified function args
...
removed gNB_id and slot from function calls where proc is used.
2022-12-18 10:08:12 +05:30
Sakthivel Velumani
573e7fd98a
Changed rxdataF from int32_t to c16_t
2022-12-18 10:08:12 +05:30
Sakthivel Velumani
06ef311975
Moved PDSCH, rxdataF to stack
...
--Removed NR_UE_PDSCH global structure
--Changed UE scope to accomodate local PDSCH data
--Removed common_vars.rxdataF from global structure
2022-12-18 10:08:08 +05:30
Robert Schmidt
cfe698eb70
Merge branch 'integration_2022_wk50' into 'develop'
...
integration_2022_wk50
See merge request oai/openairinterface5g!1869
!1663 UL-MIMO working with 2 layers
!1705 RNTI to UE ID in PDCP, SDAP, GTPU, ...
!1818 Move /targets/user to /executables
!1835 Improve NR SRS configuration
!1837 Add Configuration File Naming Style Guide
!1852 Get data from SRB 1 when generating Msg4
!1857 Use F1AP to transfer SRB1 messages in monolithic mode
!1858 fix NR_LDPC_NUM_BN_GROUPS_BG2_R15
!1862 Fix for msg3 scheduling
!1814 Initial web server implementation
!1847 Move 5G RFsim tests from RAN-CI-develop to RAN-Container-Parent
timeout for RFsim
2022-12-17 07:51:39 +00:00
Sakthivel Velumani
b80f2a2eb8
Moved nr_ue_design.md to doc/
2022-12-16 19:10:47 +05:30
luis_pereira87
5db45c1024
Tutorials: Enable Performance Mode in Ubuntu 22
2022-12-16 09:03:30 +00:00
luis_pereira87
fe146678ce
Tutorials: rename UE to nrUE
2022-12-16 09:03:30 +00:00
luis_pereira87
494dad9f7a
Tutorials: Add a note to run OAI gNB with min_rxtxtime 6 when using OAI UE
2022-12-16 09:03:30 +00:00
Robert Schmidt
805dbe7272
Lower RFsim timeout when no UE connected
...
This will lead to quicker drop of the UE context in the gNB once it
disconnected from RFsim.
2022-12-15 17:04:10 +01:00
francescomani
b58791bee0
fixing l2 simulator and addressing review comments
2022-12-15 16:55:06 +01:00
luis_pereira87
f8f1723b71
Derive K_NG-RAN* key for RRCReestablishment
2022-12-15 15:47:36 +00:00
Robert Schmidt
7bd0153079
Merge remote-tracking branch 'origin/ci-5g-tests-ran-container-parent' into integration_2022_wk50
2022-12-15 16:30:39 +01:00
Robert Schmidt
23c92ee0ed
Merge remote-tracking branch 'origin/websrv2' into integration_2022_wk50
2022-12-15 16:30:33 +01:00
Robert Schmidt
69a1eb2f6a
Merge remote-tracking branch 'origin/NR_msg3_fix' into integration_2022_wk50
2022-12-15 16:30:26 +01:00
Robert Schmidt
e9bbf624a6
Merge remote-tracking branch 'origin/NR_LDPC_NUM_BN_GROUPS_BG2_R15' into integration_2022_wk50
2022-12-15 16:30:17 +01:00
Robert Schmidt
7b9f610b8c
Merge remote-tracking branch 'origin/F1_SRB1' into integration_2022_wk50
2022-12-15 16:28:15 +01:00
Robert Schmidt
cc55c4315c
Merge remote-tracking branch 'origin/Msg4_SRB1' into integration_2022_wk50
2022-12-15 16:25:23 +01:00
Robert Schmidt
77eb877dec
Merge remote-tracking branch 'origin/conf-file-naming-guide' into integration_2022_wk50
2022-12-15 16:25:15 +01:00
Robert Schmidt
fca07aae56
Merge remote-tracking branch 'origin/NR_improve_SRS_configuration' into integration_2022_wk50
2022-12-15 16:22:22 +01:00
Robert Schmidt
6ecf3db1e5
Merge remote-tracking branch 'origin/move_user_execs' into integration_2022_wk50
2022-12-15 16:17:29 +01:00
Robert Schmidt
0271ff711d
Merge remote-tracking branch 'origin/e1-patch-merge1' into integration_2022_wk50
2022-12-15 16:17:22 +01:00
francescomani
0f57c8e699
remove generate_nr_prach
2022-12-15 16:00:57 +01:00
francescomani
1d1d8a1ef5
nr_ue_get_rach at MAC -> separation completed
2022-12-15 16:00:57 +01:00
francescomani
fab5987754
remove ue mode
2022-12-15 16:00:57 +01:00
francescomani
98ca29b220
cherry-picking some fixes from fujitsu branch
2022-12-15 15:24:07 +01:00
francescomani
2822e87067
remove limitation in p_NR_FR1
2022-12-15 14:07:58 +01:00
Raymond Knopp
9dc8eccaf4
fix for msg3 scheduling
2022-12-14 17:43:57 +01:00
laurent
75a18c33cd
change name of single var that may be corenetwork ue id or RAN rnti
2022-12-14 15:46:53 +01:00
Sakthivel Velumani
4fe3599a43
PDCP config as two functions
2022-12-14 15:12:29 +01:00
Roberto Louro Magueta
da63ee61fb
Replace _mm_srai_epi16 by simde_mm_srai_epi16
2022-12-14 14:03:22 +00:00
Roberto Louro Magueta
dd8f280842
SRS configured using the UE_Capability_nr
2022-12-14 14:03:22 +00:00
Roberto Louro Magueta
22e1cdfcc3
Add CI tests for UL 2-layers for 16QAM and 64QAM
2022-12-14 14:03:22 +00:00
Roberto Louro Magueta
f3747a0bcf
Update feature set
2022-12-14 14:03:22 +00:00
Roberto Louro Magueta
e28e026777
Implementation of function reset_sched_ctrl()
2022-12-14 14:03:22 +00:00
Roberto Louro Magueta
4fb8f83999
PHY-simulators working fine for UL-2 layers with 16QAM and 64QAM
2022-12-14 14:03:22 +00:00
Roberto Louro Magueta
93756a56eb
Fix hardcoded number of layers for the UL
2022-12-14 14:03:22 +00:00
Roberto Louro Magueta
ec858d175d
Compute TPMI based on SRS for 2 layers
2022-12-14 14:03:22 +00:00
Roberto Louro Magueta
65bd93721d
Compute UL-RI (and the number of UL layers) based on SRS for 2x2
2022-12-14 14:00:31 +00:00
Roberto Louro Magueta
1c18f09b6e
Add UE_Capability_nr config file
2022-12-14 14:00:31 +00:00
Roberto Louro Magueta
d05ff49dd0
Fix size of UE_Capability_nr message at UE
2022-12-14 14:00:31 +00:00
Sagar Arora
6d0eadcac2
(fix): Manually assign physim pods to nodes
...
The physim tests fail because, typically, the same tests gets assigned
to the same node which then is overloaded. This MR assigns pods to
different nodes to prevent this.
2022-12-14 14:52:56 +01:00
Robert Schmidt
c3d01306de
CI: fix type in cluster build script
2022-12-14 09:42:38 +01:00
francescomani
c0aea206c2
fixes in RAR and DCI for initial BWP larger than 180PRBs
2022-12-13 14:52:43 +01:00
Sakthivel Velumani
ec21db63eb
GTP PDCP change rnti to ue id
2022-12-13 12:42:32 +01:00
Robert Schmidt
9308369e28
Add configuration naming style guide
2022-12-13 10:15:54 +01:00
Anurag Asokan
215bb1b02c
Moving to execuatbles (incorporating comments)
2022-12-13 09:21:01 +01:00
Robert Schmidt
12384bbe25
Clean up phy_init_nr_gNB()
...
- variable is_secondary_gnb is not used anywhere, so remove
- variable lowmem is not used/defines should be changed, so remove
2022-12-12 23:40:39 +01:00
Robert Schmidt
d64921a24f
Deactivate legacy 5G RFsim pipeline
2022-12-12 23:40:39 +01:00
Robert Schmidt
3608f5cfb5
Add Container 5G RFsim FR2 32PRB test XML
2022-12-12 23:40:39 +01:00
Robert Schmidt
c4c03a48ac
Add docker-compose for FR2 32PRB 5G RFsim test
2022-12-12 23:40:39 +01:00
Robert Schmidt
bb9df947eb
Add Container 5G RFsim TDD do-ra test XML
2022-12-12 23:40:39 +01:00
Robert Schmidt
ebd4d8d628
Add docker-compose for TDD do-ra 5G RFsim test
2022-12-12 23:40:39 +01:00
Robert Schmidt
40f951f13d
Add Container 5G RFsim FDD phytest test XML
2022-12-12 23:40:39 +01:00
Robert Schmidt
bc12d222bb
Add docker-compose for FDD phytest 5G RFsim test
2022-12-12 23:40:39 +01:00
Robert Schmidt
8091c9f17f
Add Container 5G RFsim 24PRB test XML
2022-12-12 23:40:39 +01:00
Robert Schmidt
325e58bc10
Add docker-compose for 24 PRB 5G RFsim test
2022-12-12 23:40:39 +01:00
Robert Schmidt
6e43b1f12d
Fix tab names for 5G RFsim TDD SA test
2022-12-12 23:40:39 +01:00
Robert Schmidt
35330baeea
CI: Fix AnalyzeIperf
...
- Handle k(ilo) bytes
- Fix magnitudes for kilo and giga
- Correctly parse status line in iperf logs
2022-12-12 23:37:39 +01:00
Robert Schmidt
55455a03c0
Install iperf in gNB and eNB containers
2022-12-12 23:37:39 +01:00
Robert Schmidt
9d564f3691
Hack: enable UL traffic in do-ra mode
...
This commit enables UL traffic in do-ra mode by doing two changes:
- configure SDAP to send traffic to TUN interface instead of GTP by
abusing enb_flag=0 (i.e., setting UE mode for gNB SDAP)
- manually enable RLC LCID in UE MAC, since nr_DRB_preconfiguration()
statically enables one DRB bearer, without notifying MAC
2022-12-12 23:37:39 +01:00
Robert Schmidt
235cd40c98
Change default EPS bearer/PDU session ID to 10 for do_ra
2022-12-12 23:37:34 +01:00
francescomani
f67e0e3f02
Phytest fix to re-enable scheduling pucch transmission at ue
2022-12-12 23:37:26 +01:00
francescomani
e72b6fc448
Bugfix for fr2 xlsch bitmap
2022-12-12 23:37:20 +01:00
luis_pereira87
7c3b00301f
Use F1AP to transfer SRB1 messages in monolithic mode
2022-12-12 18:55:40 +00:00
Robert Schmidt
a97dfedb78
Merge branch 'integration_2022_wk49' into 'develop'
...
integration_2022_wk49
See merge request oai/openairinterface5g!1851
!1714 first-fix-rrc-mac-interface
!1755 DL/UL channel estimation improvement
!1788 NR RRC harmonization of CSI reporting
!1848 Remove old RNTI at MAC layer when Msg3 RRCSetupRequest carries ng-5G-S-TMSI-Part1
deactivate SRS in SA tests: creates RT problems
!1809 Doppler Effect
!1831 Nr ue fix asn1 memleak
!1842 Parallelize ASN.1 generation and build
!1853 Correct ue_ip driver module for RHEL9
!1850 Fix T1 offload test
!1461 Optimize LTE TM2 modulation (doesn't work well but it is already the case)
!1806 Repair doxygen documentation generation
!1856 hotfix for nr_rrc_data_req for the unfortunate SDU size 255
2022-12-10 14:05:58 +00:00
francescomani
bfd819c5b4
fix NR_LDPC_NUM_BN_GROUPS_BG2_R15
2022-12-09 13:59:12 +01:00
Robert Schmidt
4629b21775
Merge remote-tracking branch 'origin/nr_rrc_data_req-hotfix' into integration_2022_wk49
2022-12-08 20:01:06 +01:00
Robert Schmidt
fcf983d332
Merge remote-tracking branch 'origin/refresh-doxygen' into integration_2022_wk49
2022-12-08 20:00:57 +01:00
Robert Schmidt
9df2b44082
Merge remote-tracking branch 'origin/optimize_lte_tx_tm2' into integration_2022_wk49
2022-12-08 20:00:19 +01:00
frtabu
e65f13e175
review fixes
2022-12-08 15:27:33 +01:00
Raymond Knopp
3b0eed2edc
hotfix to avoid checking for sdu_sizeP=255 in nr_rrc_data_req. If ever
...
the SDU has this size the function will return. This is an old piece of
code where 255 meant -1 which was what was returned from the asn1c
encoding function if the ASN.1 message was not encodable.
2022-12-07 22:23:10 +01:00
Robert Schmidt
3d4b0ac575
Merge remote-tracking branch 'origin/fix-ue-ip' into integration_2022_wk49
2022-12-07 19:05:21 +01:00
Robert Schmidt
9c978ebf61
Merge remote-tracking branch 'origin/fix-t1-offload' into integration_2022_wk49
2022-12-07 19:05:08 +01:00
Robert Schmidt
af6458395c
Merge remote-tracking branch 'origin/parallel-asn1' into integration_2022_wk49
2022-12-07 19:04:59 +01:00
Robert Schmidt
d62a111c93
Merge remote-tracking branch 'origin/NR_UE_fix_ASN1_memleak' into integration_2022_wk49
2022-12-07 19:04:53 +01:00
Robert Schmidt
78a675922c
Merge remote-tracking branch 'origin/develop-chModels-Doppler' into integration_2022_wk49
2022-12-07 19:04:43 +01:00
laurent
c8c158e065
gcc ubsan detected warnings
2022-12-07 15:54:27 +01:00
Raymond Knopp
e97bf2b25a
added QPSK/16QAM TX optimizations for TM2
2022-12-07 15:53:26 +01:00
Raymond Knopp
e6a2ffb42d
optimization of symbols with CRS in TM2
2022-12-07 15:53:25 +01:00
Robert Schmidt
9baeae540b
Doxygen: explicit cmake option, more corrections
...
- Correct log message for directory of generated doxygen doc
- Correct path for image
- Skip to build libraries if not requested
2022-12-07 15:45:12 +01:00
luis_pereira87
e8893bccc4
Get data from SRB 1 when generating Msg4
...
For example in the case of a RRCReestablishment
2022-12-07 13:30:39 +00:00
Laurent Thomas
d0be747017
Correct ue_ip driver module for RHEL9
2022-12-07 14:04:23 +01:00
Robert Schmidt
7eae19ae01
Deactivate SRS in SA tests: create RT problems
2022-12-06 21:49:58 +01:00
Robert Schmidt
562c5367b7
Merge remote-tracking branch 'origin/NR_MAC_Remove_UE_when_Msg3_TMSI' into integration_2022_wk49
2022-12-06 21:40:58 +01:00
Robert Schmidt
2729ef3894
Merge remote-tracking branch 'origin/NR_CSI_reporting_harmonization' into integration_2022_wk49
2022-12-06 21:28:34 +01:00
Robert Schmidt
53a91d0cca
Merge remote-tracking branch 'origin/develop-UL-chEst-improvements' into integration_2022_wk49
2022-12-06 21:28:27 +01:00
Sakthivel Velumani
7da2ed309a
Fix code indentation
2022-12-07 00:45:46 +05:30
Sakthivel Velumani
161ef33963
Free ASN1 decoder memory for BCCH
2022-12-07 00:42:13 +05:30
luis_pereira87
a980d47918
Add warning comment related with accessing MAC structures directly from RRC
2022-12-06 15:12:07 +00:00
Robert Schmidt
e797933a00
Workaround to make 4G feMBMS pass
2022-12-06 12:15:53 +01:00
Robert Schmidt
6f9fdf5d84
CI: Use correct IPAddress variable for log collection
2022-12-06 11:31:58 +01:00
francescomani
ba28a365c0
clang formatting
2022-12-06 09:18:22 +01:00
Laurent THOMAS
00d1114fa3
fix the regressions blocking doxygen documentation generation
2022-12-06 08:45:30 +01:00
laurent
a1d80515e2
add a bug fix to takcly usefully CI run
2022-12-02 16:47:21 +01:00
laurent
1e8719c183
first-fix-rrc-mac-interface
2022-12-02 16:47:21 +01:00
Robert Schmidt
68836079d4
Only force ASN.1 generation and build for certain targets
2022-12-02 15:43:18 +01:00
Robert Schmidt
35d5c432df
Always trigger ASN.1 compilation at beginning
2022-12-02 15:43:18 +01:00
Robert Schmidt
34424c77eb
Remove unnecessary ASN.1 macros and generation scripts
2022-12-02 15:43:18 +01:00
Robert Schmidt
feeb017eb3
Generate and build LPP ASN.1 during build time
2022-12-02 15:43:18 +01:00
Robert Schmidt
21a252a275
Generate and build M3AP ASN.1 during build time
2022-12-02 15:43:17 +01:00
Robert Schmidt
2c79b0a438
Generate and build M2AP ASN.1 during build time
2022-12-02 15:43:10 +01:00
Robert Schmidt
09b4c65782
Generate and build LTE RRC ASN.1 during build time
2022-12-02 15:43:05 +01:00
Robert Schmidt
8f2e1f6662
Only use NR RRC >= v16
2022-12-02 15:43:00 +01:00
Robert Schmidt
60bc5397e8
Generate and build NR RRC ASN.1 during build time
2022-12-02 15:42:59 +01:00
Robert Schmidt
2e6a1c36a4
Generate and build NGAP ASN.1 during build time
2022-12-02 15:42:50 +01:00
Robert Schmidt
2a93484f2b
Generate and build S1AP ASN.1 during build time
2022-12-02 15:42:42 +01:00
Robert Schmidt
cf6ff96b21
Generate and build X2AP ASN.1 during build time
2022-12-02 15:42:35 +01:00
Robert Schmidt
d379e968d6
Generate and build F1AP ASN.1 during build time
2022-12-02 15:42:29 +01:00
luis_pereira87
fe413d6bc7
Remove old RNTI at MAC layer when Msg3 RRCSetupRequest carries ng-5G-S-TMSI-Part1
2022-12-02 14:40:22 +00:00
francescomani
df6a5fd864
fix SRS period and offset
2022-12-02 10:37:24 +01:00
francescomani
644f613409
adding vrb occupation to srs
2022-12-02 10:25:08 +01:00
francescomani
64c1b8ac93
adapting ul tda to srs
2022-12-02 10:25:08 +01:00
francescomani
230a6c3f45
more generic periodic SRS configuration
2022-12-02 10:25:08 +01:00
Robert Schmidt
f7c3874e20
Merge branch 'integration_2022_wk48' into 'develop'
...
integration_2022_wk48
See merge request oai/openairinterface5g!1845
!1781 Add 4G MBMS tests to RAN-Container-Parent
!1803 Improve dot_product function
!1836 Fix OPENAIR_DIR in CMakeLists.txt
!1840 PHR fix: re-compute TBS after reducing PRBs or MCS
!1841 Tpool: Unlock after broadcast in abortNotifiedFIFO()
!1843 NR DU: nr rrc: hotfix: set default priority correctly
!1763 Remove FlexRAN
!1789 SRB0 via RLC
!1834 cleanup of gNB PHY structures
!1844 RU: stop RF after all threads finished
!1811 NR UE improve TX thread
!1807 Harmonization of RRC SearchSpace configuration
!1819 ldpc offload: initialize R
2022-12-01 22:29:24 +00:00
Robert Schmidt
4dd1fbd891
Clean up MBMS config file
2022-12-01 20:43:15 +01:00
Robert Schmidt
47919c76dd
Merge remote-tracking branch 'origin/bugfix-ldpc-T1-lowMCS' into integration_2022_wk48
2022-11-30 23:13:07 +01:00
laurent
96bde322a7
fix code quality
2022-11-30 16:29:48 +01:00
Roberto Louro Magueta
42478ead37
Update RRC configuration for DMRS type
2022-11-30 14:22:53 +00:00
Roberto Louro Magueta
0c9047e11f
Fix DL channel estimation for 2-layers for DMRS Type 1
2022-11-30 14:22:53 +00:00
Roberto Louro Magueta
a35035f9a6
Remove replicated code in nr_pdsch_channel_estimation()
2022-11-30 14:22:53 +00:00
Roberto Louro Magueta
9162b115c2
Run UL 3GPP CI tests with Linear interpolation as Channel estimation technique in Frequency domain
2022-11-30 14:22:53 +00:00
Roberto Louro Magueta
eb41150d01
Filters improvement for linear interpolation as UL channel estimation technique
2022-11-30 14:22:53 +00:00
Robert Schmidt
7a254a20e1
Merge remote-tracking branch 'origin/searchspace_rrc_harmonization' into integration_2022_wk48
2022-11-30 14:39:09 +01:00
Robert Schmidt
daf30bd6de
Merge remote-tracking branch 'origin/NR_UE_mthread_rework' into integration_2022_wk48
2022-11-30 14:39:03 +01:00
Robert Schmidt
c99a0557d4
Merge remote-tracking branch 'origin/fix-stop-rf-segfault' into integration_2022_wk48
2022-11-30 14:38:57 +01:00
Robert Schmidt
0171083748
Merge remote-tracking branch 'origin/NR_gNB_PHY_cleanup' into integration_2022_wk48
2022-11-30 14:38:51 +01:00
Robert Schmidt
cff0675eee
Merge remote-tracking branch 'origin/srb0-use-rlc' into integration_2022_wk48
2022-11-30 14:38:45 +01:00
Robert Schmidt
d3ac2bf1fa
Merge remote-tracking branch 'origin/remove-flexran' into integration_2022_wk48
2022-11-30 14:38:36 +01:00
Robert Schmidt
78399007a5
Merge remote-tracking branch 'origin/hotfix-drb-priority-cu-accelleran' into integration_2022_wk48
2022-11-30 14:37:14 +01:00
Robert Schmidt
b8c1a2953d
Merge remote-tracking branch 'origin/tpool-abortfifo-fix' into integration_2022_wk48
2022-11-30 14:37:08 +01:00
Robert Schmidt
4d27c09032
Merge remote-tracking branch 'origin/NR_PHR_handling_resources_fix' into integration_2022_wk48
2022-11-30 14:37:02 +01:00
Robert Schmidt
bb27d67bc4
Merge remote-tracking branch 'origin/develop-fix-CMakeLists' into integration_2022_wk48
2022-11-30 14:36:56 +01:00
Robert Schmidt
21049fa179
Merge remote-tracking branch 'origin/better-dot_product' into integration_2022_wk48
2022-11-30 14:36:48 +01:00
Robert Schmidt
bb393cd52a
MBMS is always activated
2022-11-30 14:30:38 +01:00
Robert Schmidt
287c182925
Remove FlexRAN
...
- Remove any FlexRAN code
- Cleanup config files
- Remove LFDS7, libyaml dependencies
2022-11-30 14:30:18 +01:00
frtabu
93a6d4087d
Initial web server implementation
2022-11-30 11:36:39 +01:00
frtabu
21b3484e02
Initial web server implementation
2022-11-30 11:34:54 +01:00
Cedric Roux
3cd4b3c3fa
fixes some issues found by review
...
- AssertFatal() in nr_rlc_srb0_recv_sdu() if the srb0 is not found
- do_RRCSetup() may return -1, handle it properly
- do_RRCReject() may return -1, handle it properly
- remove one switch in rrc_gNB_generate_RRCReject()
2022-11-29 15:22:46 +01:00
Robert Schmidt
24fceb43c2
Unlock mutex after condition signal in USRP driver
2022-11-29 14:14:19 +01:00
Robert Schmidt
968d28d5fe
RU: stop RF after all threads finished
...
If we do not stop RF after all threads, it can happen that the RF is
finished, but another thread of the RU (e.g., reorder thread) tries to
send out a package to the RF. This can lead to a segfault, as observed
in UHD, because we free all resources before reusing them.
This commit fixes this behavior.
2022-11-29 14:12:26 +01:00
francescomani
0ab8c8d976
use SSB for reference until we have a better implementation of BWP
2022-11-29 12:26:44 +01:00
laurent
f47acc4955
fix warning
2022-11-28 11:30:41 -05:00
Sakthivel Velumani
b3092a45fd
Added documentation for UE_thread design
2022-11-28 11:30:41 -05:00
Sakthivel Velumani
6d7afb014f
Moved writing samples to RU inside TX function
2022-11-28 11:30:41 -05:00
Sakthivel Velumani
a01ade336f
Start TX slot after receiving slot samples from RU
2022-11-28 11:30:36 -05:00
Cedric Roux
5d92e0d730
NR DU: nr rrc: hotfix: set default priority correctly
...
Using Accelleran CU, the DRB ID is 4 (not 1), we need to set and access
the array 'drb_priority' correctly in the DU specific functions.
Before this commit, we had the following error:
[NR_MAC] ASN1 message CellGroupConfig encoding failed (rlc-BearerToAddModList, 18446744073709551615)!
2022-11-28 15:33:13 +01:00
Jaroslava Fiedlerova
c40d246fb0
ldpc offload: initialize R
2022-11-28 11:25:17 +01:00
laurent
d74b2bd19f
improve dot_product function
2022-11-28 10:33:47 +01:00
francescomani
67544e83af
re-compute TBS after reducing PRBs or MCS
2022-11-28 09:52:41 +01:00
Cedric Roux
231c2f3c5f
gnb: remove srb0 shared global variable - use RLC module instead
2022-11-25 17:31:03 +01:00
Robert Schmidt
c8060da227
Tpool: Unlock after broadcast in abortNotifiedFIFO()
2022-11-25 16:53:53 +01:00
francescomani
3e2560297b
harmonization of search space rrc configuration
2022-11-25 14:50:47 +01:00
Roberto Louro Magueta
bf5cf3c908
Call cdMul() function
2022-11-25 11:03:45 +00:00
Roberto Louro Magueta
3845e5cff3
Add a Doppler of 10 Hz in UL 3GPP CI tests
2022-11-25 11:03:45 +00:00
Roberto Louro Magueta
610cfc66e1
Call multipath_channel() function in nr_ulsim to apply the Doppler Effect
2022-11-25 11:03:45 +00:00
Roberto Louro Magueta
2b40675b3a
Apply Doppler Effect
2022-11-25 11:03:45 +00:00
Roberto Louro Magueta
5238183336
Add Maximum Doppler Frequency in command line for nr_ulsim
2022-11-25 11:03:45 +00:00
Roberto Louro Magueta
9b04af1b52
Put the center_freq and maxDoppler as input of new_channel_desc_scm() function
2022-11-25 11:03:45 +00:00
Roberto Louro Magueta
e44a99b3c1
Implementation of get_cexp_doppler() function to compute the Doppler Effect
2022-11-25 10:56:52 +00:00
Roberto Louro Magueta
22ac2d1dc1
Fix OPENAIR_DIR in CMakeLists.txt
2022-11-25 10:16:17 +00:00
Robert Schmidt
0f17e739ed
Remove legacy pipeline 4G build results
2022-11-25 10:10:05 +01:00
Robert Schmidt
8742d00cbf
Increase timeout for docker-compose log retrieval
2022-11-25 07:49:55 +01:00
Robert Schmidt
4ce7d17a35
IperfFromContainer: handle unidirectional iperfs
...
- Refactor iperf analysis into IperfAnalyze function
- IperfAnalyze uses server report, or uses last client report (for MBMS
case)
- Additional check: duration as recognized in server/client report is
according to command line
2022-11-25 07:49:55 +01:00
Robert Schmidt
d2a35f70c7
IperfFromContainer: Undeploy automatically on failure, like for Ping
2022-11-25 07:49:55 +01:00
Robert Schmidt
277786bc71
Report only 5G RFsim logs in legacy pipeline
2022-11-25 07:49:55 +01:00
Robert Schmidt
8ea5d720b8
Deactive legacy 4G RFsim pipeline
2022-11-25 07:49:55 +01:00
Robert Schmidt
0feaf87c4f
Add Container 4G RFsim FeMBMS test XML
2022-11-25 07:49:55 +01:00
Robert Schmidt
ddd37527c7
Add docker-compose and config for FeMBMS test
2022-11-25 07:49:55 +01:00
Robert Schmidt
699b2ff411
Add Container 4G RFsim MBMS test XML
2022-11-25 07:49:55 +01:00
Robert Schmidt
086d0451a9
Add docker-compose and config for MBMS test
2022-11-25 07:49:55 +01:00
Robert Schmidt
7a6c212591
DeployGenObject(): log sed commands for used image
2022-11-25 07:49:55 +01:00
Robert Schmidt
232cebe6e0
UndeployGenObject(): log cmd
2022-11-25 07:49:55 +01:00
Robert Schmidt
8773e42363
Merge branch 'integration_2022_wk47' into 'develop'
...
integration_2022_wk47
See merge request oai/openairinterface5g!1832
!1824 NR msg4 retransmission fix
!1827 Print ASN1 messages to console only if DEBUG_ASN1 flag is enabled
!1794 Replace gaussdouble() by gaussZiggurat()
!1829 bugfix in SRS configuration
!1830 Fix infinite loop in ULSCH scheduler when scheduling for multiple UEs
!1821 Send RRCReconfiguration when RA with Msg3 through DCCH also when the UE is in the InitialBWP (review pending)
!1797 NR UE move ULSCH PHY memory to stack
!1792 NR SA Tutorials v5
!1826 Update docker documentation
!1825 Fixes to improve CI
2022-11-25 06:44:19 +00:00
Robert Schmidt
68de3b712a
Check for 5G results in Jenkinsfile of legacy pipeline
2022-11-25 07:42:16 +01:00
Robert Schmidt
d745cd1f2b
Merge remote-tracking branch 'origin/fixes-ci' into integration_2022_wk47
2022-11-24 19:58:30 +01:00
Robert Schmidt
da90e99723
Merge remote-tracking branch 'origin/doc-docker' into integration_2022_wk47
2022-11-24 19:58:19 +01:00
francescomani
8303ddcf6f
fixes
2022-11-24 15:23:41 +01:00
francescomani
1708092aec
assertion to avoid wrong CSI report slot configuration
2022-11-24 10:45:35 +01:00
francescomani
0f42998258
bugfix
2022-11-24 10:45:35 +01:00
francescomani
0dc4959741
CSI MIMO meas harmonization
2022-11-24 10:45:35 +01:00
francescomani
4856c17770
harmonization of RSRP meas config
2022-11-24 10:45:35 +01:00
Robert Schmidt
7b4021cc12
Add instructions to run container with custom config
2022-11-24 10:15:31 +01:00
francescomani
5115f5c928
cleanup of unused gnb phy fields
2022-11-23 19:04:56 +01:00
Robert Schmidt
8835296fc6
Update README in top-level and docker folder
2022-11-23 18:12:16 +01:00
Robert Schmidt
e33f058f03
Merge remote-tracking branch 'origin/NR_SA_Tutorials_v5' into integration_2022_wk47
2022-11-23 16:30:38 +01:00
Robert Schmidt
06753f0a32
Merge remote-tracking branch 'origin/NR_UE_ulsch_local_vars' into integration_2022_wk47
2022-11-23 16:25:29 +01:00
Robert Schmidt
cb764590e8
Merge remote-tracking branch 'origin/Trigger_RRCReconfiguration_on_InitialBWP' into integration_2022_wk47
2022-11-23 16:25:22 +01:00
Robert Schmidt
fcfddc7e34
Merge remote-tracking branch 'origin/Fix_ulsch_scheduler_multi_ues' into integration_2022_wk47
2022-11-23 16:25:12 +01:00
Robert Schmidt
69e42bf418
Merge remote-tracking branch 'origin/NR_SRS_config_bugfix' into integration_2022_wk47
2022-11-23 16:18:25 +01:00
Robert Schmidt
5c864e075a
Merge remote-tracking branch 'origin/develop-gaussZiggurat' into integration_2022_wk47
2022-11-23 16:18:01 +01:00
Robert Schmidt
a41415673d
Merge remote-tracking branch 'origin/NR_RRC_xer_fprint_only_when_DEBUG_ASN1' into integration_2022_wk47
2022-11-23 16:17:48 +01:00
Robert Schmidt
1b468ba5a3
Merge remote-tracking branch 'origin/NR_msg4_retransmission_fix' into integration_2022_wk47
2022-11-23 16:17:32 +01:00
Sagar Arora
1201364490
Adding node selector for jobs
2022-11-23 13:15:14 +01:00
luis_pereira87
aebe83e45b
Fix infinite loop in ULSCH scheduler when scheduling for multiple UEs
2022-11-22 21:09:18 +00:00
Sakthivel Velumani
3c8478f785
Moved PHY ULSCH struct to stack
2022-11-22 11:54:18 -05:00
francescomani
9bd08a1ddd
bugfix in SRS configuration
2022-11-22 13:54:20 +01:00
luis_pereira87
0a40945ae0
Print ASN1 messages to console only if DEBUG_ASN1 flag is enabled
2022-11-21 18:14:29 +00:00
Robert Schmidt
1dc4542349
CI: Improve ASUE test gNB configuration
2022-11-21 16:25:00 +01:00
Robert Schmidt
24d42aacd6
Tune configs for N310-based SA test
2022-11-21 15:45:14 +01:00
Robert Schmidt
9604d54edf
Increase precoding timing measure for N310-based gNB SA test
2022-11-21 14:30:25 +01:00
Robert Schmidt
bfcf115298
Tpool: use condbroadcast() in case multiple waits on the same signal
2022-11-21 13:47:41 +01:00
francescomani
e487c76260
fix msg4 failing retransmissions
2022-11-21 11:48:46 +01:00
Robert Schmidt
1576f353f3
CI: ran-build image on acamas
...
OC selected dedale, which is a real-time node. There are two issues:
- build jobs received a KILL signal
- it would not play nicely with real-time loads
We therefore hardcode another node.
2022-11-21 11:15:16 +01:00
francescomani
daf890932c
avoid gnb stalling on retransmissions
2022-11-21 11:11:49 +01:00
Robert Schmidt
92e6b5e5be
Merge branch 'integration_2022_wk46' into 'develop'
...
integration_2022_wk46
See merge request oai/openairinterface5g!1822
!1782 NR UE improve RA procedures (pt.1)
!1801 fix in NR PUCCH scheduler when the list is larger than a frame
!1802 workaround issue of N310 with UHD >= 4.2.0 when changing the BW
!1804 Fix for NR MSG4 scheduler
!1805 Pucch2 hotfix
!1808 fix NFAPI_MAX_NUM_UL_PDU according to SCF specifications
!1810 F1 fixes for interoperability with Accelleran CU
!1786 removing PRB at DC to avoid wrong noise level computation for PUSCH
!1813 Fix broken multiple DRBs
!1816 NR ULSCH/DLSCH scheduler fixes
!1660 Add SA test with COTS UE and F1 split
!1795 feat(ci): transition the Slack notification from old pipeline to container-based pipeline
2022-11-20 20:38:46 +00:00
Sagar Arora
8e14982525
Containers should keep running to copy autotests logs
2022-11-18 16:35:24 +01:00
Robert Schmidt
3da7dafd32
Merge remote-tracking branch 'origin/ci-slack-notifications-transition' into integration_2022_wk46
2022-11-18 16:20:36 +01:00
Robert Schmidt
d0edbd7bc0
Merge remote-tracking branch 'origin/ci-ran-sa-tests' into integration_2022_wk46
2022-11-18 16:20:31 +01:00
Robert Schmidt
39cf6006d8
Merge remote-tracking branch 'origin/NR_ULSCH_scheduler_fixes' into integration_2022_wk46
2022-11-18 16:20:24 +01:00
Robert Schmidt
03640f23d0
Merge remote-tracking branch 'origin/fix_multiple_drbs' into integration_2022_wk46
2022-11-18 16:20:15 +01:00
Robert Schmidt
2b7aacd32e
Merge remote-tracking branch 'origin/NR_PUSCH_noise_workaround' into integration_2022_wk46
2022-11-18 16:18:23 +01:00
Luis Pereira
2e2246f946
Fix tx Msg.4 after rx Msg.3 through DCCH/DTCH
2022-11-18 16:16:05 +01:00
Raphael Defosseux
e396af8349
fix(ci): proxy push does not follow the same pattern
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-11-18 16:08:47 +01:00
Raphael Defosseux
665b5baeed
feat(ci): transition the Slack notification from old pipeline to container-based pipeline.
...
* Also added a parameter for the registry push pipeline.
Valid mainly when triggering manually the pipeline when run on develop fails.
* Nicer message2 construction
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-11-18 16:08:23 +01:00
KARIM BOUTIBA
e469278b0a
Fix ASN.1 encoding for multiple DRBs
2022-11-18 15:45:17 +01:00
Sagar Arora
d363a3fb1d
Fixing cls_physim
...
- Un deployment of helm charts at some places
- Added check for completed pods
2022-11-18 10:47:24 +01:00
Robert Schmidt
59c4bb86d8
Check retransmissions for SA F1 test
2022-11-18 09:39:37 +01:00
Robert Schmidt
cb8408e7ff
AnalyzeLogFile_eNB: eNBlogFile will implicitly be in current directory
2022-11-18 09:39:23 +01:00
Robert Schmidt
375776d891
Bugfix: retransmission can be up to 100%
2022-11-18 09:31:21 +01:00
Robert Schmidt
ec4632590a
Merge remote-tracking branch 'origin/f1-interop-fixes' into integration_2022_wk46
2022-11-17 18:32:30 +01:00
Robert Schmidt
5c11306d76
Merge remote-tracking branch 'origin/fix_fapi_max_ul_pdus' into integration_2022_wk46
2022-11-17 18:32:25 +01:00
Robert Schmidt
ceaacbd60d
Merge remote-tracking branch 'origin/pucch2-hotfix' into integration_2022_wk46
2022-11-17 18:32:17 +01:00
Robert Schmidt
99a7a7a747
Merge remote-tracking branch 'origin/fix_NR_msg4_scheduler' into integration_2022_wk46
2022-11-17 18:32:11 +01:00
Robert Schmidt
c0392a8496
Merge remote-tracking branch 'origin/n310_uhd_workaround' into integration_2022_wk46
2022-11-17 18:32:04 +01:00
Robert Schmidt
cbc98579d6
Merge remote-tracking branch 'origin/fix_NR_PUCCH_scheduler' into integration_2022_wk46
2022-11-17 18:31:56 +01:00
Robert Schmidt
f54f1fd61d
Merge remote-tracking branch 'origin/NR_UE_improve_RA' into integration_2022_wk46
2022-11-17 18:31:45 +01:00
luis_pereira87
818ca5cfaa
Tutorials: upgrade to Ubuntu 22.04, UHD 4.3.0.0, docker-compose v2.12.2 and add more DNNs to docker-compose to avoid duplicated (default) values when parsing the file
2022-11-17 17:18:57 +00:00
Sagar Arora
f8d56cb428
Fixing the chart repository
2022-11-17 18:14:43 +01:00
francescomani
920c866e42
fix for msg4 scheduler in case vrb map for selected slot is occupied
2022-11-17 18:10:36 +01:00
francescomani
623d0e362d
further fixes in ulsch (and dlsch) scheduler
2022-11-17 18:01:50 +01:00
luis_pereira87
8a37a2dadb
Send RRCReconfiguration when RA with Msg3 through DCCH also when the UE is in the InitialBWP
...
This commit re-enables SRS when Msg3 through DCCH in InitialBWP that seems to be disabled after the RA (the same behaviour for other configurations may happen, so it is safer to send always the RRCReconfiguration when we have this RA).
2022-11-17 16:02:59 +00:00
Sagar Arora
c1f685dc46
remove unused files and fix typos
2022-11-17 16:39:30 +01:00
Sagar Arora
f44a210d8a
Clean the helm-charts and fix cls_physim
...
- added right pod selector in cls_physim
2022-11-17 14:26:46 +01:00
Robert Schmidt
4591eac556
extend comment on issue with USRP N310 and UHD >= 4.2.0
2022-11-16 09:22:32 +00:00
francescomani
22617b21d4
fixes for 2 bugs in the ULSCH scheduler
2022-11-15 09:32:05 +01:00
luis_pereira87
991de3623a
Tutorials: Change PLMN to the 3GPP Test Network
2022-11-14 11:06:02 +00:00
luis_pereira87
a398c5a9f4
Tutorials: add instructions to run OAI UE with B210 and RFsimulator
2022-11-14 10:49:15 +00:00
luis_pereira87
7a664c00fd
Tutorials: improvements on "Advanced configurations" section
2022-11-14 10:49:15 +00:00
Thomas Schlichter
9eb1d24504
fix size of arrays n0_subband_power and n0_subband_power_dB
2022-11-11 10:50:09 +01:00
Thomas Schlichter
b257959dd4
fix display of UL signal energy and PUCCH signal energy
2022-11-11 10:48:16 +01:00
Thomas Schlichter
5aa75cb689
fix noise calculation also for odd number of PRBs
2022-11-11 10:43:25 +01:00
Sagar Arora
ff738b7bf9
(fix): Remove sudo privilege from helm-charts
...
- Change security context to anyuid
- Changed from deployment to job, now the pods will be in completed
2022-11-10 11:20:54 +01:00
laurent
1336a41024
add time measurement in phy sim CI test
2022-11-09 18:58:09 +00:00
laurent
5ee6cf5de7
change the logic in cmake_targets/autotests/run_exec_autotests.bash to run all runs of same test in //
2022-11-09 18:58:09 +00:00
laurent
6ceaf084bc
remove usage of /dev/random in case openshit has a problem with this
...
remove usage of /dev/random in case openshit has a problem with this
2022-11-09 18:58:09 +00:00
laurent
2d46638aa1
fix cpu cost in phy simulation with sanitize addr, some code un-obfuscation
2022-11-09 18:58:09 +00:00
laurent
d9660677c4
start snr closer to the target for nr pbchsim
2022-11-09 18:58:09 +00:00
Roberto Louro Magueta
255ad24410
Replace gaussdouble() by gaussZiggurat() in random_channel() and add_noise()
2022-11-09 18:58:09 +00:00
Cedric Roux
7853673db7
f1 du: little hackish fix to get correct drb
...
I have a more complex fix that I'll put in a later merge request. That does
the job for the time being.
2022-11-09 17:00:11 +01:00
Cedric Roux
df45820f71
f1 du: get IP address for UL UP GTP tunnel from the right place
2022-11-09 15:43:22 +01:00
Cedric Roux
d2f456e089
bugfix: call nr_rlc_get_available_tx_space() with lcid, not rb id
2022-11-09 15:42:50 +01:00
francescomani
6e789bc275
update NFAPI_MAX_NUM_UL_PDU according to SCF specifications
2022-11-09 15:27:59 +01:00
Cedric Roux
d4356efc70
f1 du: get list of sst/sd from configuration file
...
may not be the best place to get data from conf file, to be refined later
if needed
2022-11-09 12:40:41 +01:00
Robert Schmidt
0cacf29dbb
Merge branch 'integration_2022_wk44' into 'develop'
...
integration_2022_wk44
See merge request oai/openairinterface5g!1800
!1745 Configurable re-transmission rounds in dlsim and ulsim
!1699 NR RRC pdsch_Config harmonization
!1787 Bugfix in Delta_TF calculation for PHR
!1790 remove unused NR RRC code
!1774 Fix BWP switching to the previous active BWP when there is a RA with Msg3 through DCCH or DTCH
!1772 Add RRC measurement configuration and handling
!1731 replacing call to RRC processing timers for msg3 dcch
!1764 NR_UE: improve timing and initial frequency synchronization
!1777 NR UE move DLSCH PHY memory to stack
!1791 missed to test return code of bind()
2022-11-09 05:40:27 +00:00
francescomani
821e3ad5ce
set random payload for pucchsim
2022-11-08 11:25:41 +01:00
Thomas Schlichter
0e520e9456
fix in NR PUCCH scheduler when the list is larger than a frame
...
based on a patch from Francesco Mani <email@francescomani.it >
2022-11-07 15:33:20 +01:00
Raymond Knopp
bf370cc55d
fixed correlation computation in pucch_rx.c
2022-11-05 21:54:23 +01:00
Raymond Knopp
96622f6b80
debugging of pucch2, logging
2022-11-05 13:56:53 +01:00
Thomas Schlichter
21721e967b
workaround issue of N310 with UHD >= 4.2.0 when changing the BW
...
UHD issue was reported here:
https://github.com/EttusResearch/uhd/issues/644
2022-11-04 18:18:35 +01:00
francescomani
159c9b6e4b
bugfix in ulsim
2022-11-04 12:37:01 +01:00
Robert Schmidt
5f15662444
Merge remote-tracking branch 'origin/rfsim-bug-multi-listners' into integration_2022_wk44
2022-11-04 11:03:33 +01:00
Robert Schmidt
6b80da0baa
Merge remote-tracking branch 'origin/NR_UE_dlsch_local_var' into integration_2022_wk44
2022-11-04 11:00:41 +01:00
Robert Schmidt
408a1c01d7
Merge remote-tracking branch 'origin/NR_RRC_config_cleanup' into integration_2022_wk44
2022-11-04 11:00:12 +01:00
Robert Schmidt
e5eabe203e
Merge remote-tracking branch 'origin/NR_DeltaTF_hotfix' into integration_2022_wk44
2022-11-04 10:59:55 +01:00
Robert Schmidt
b89daf68b7
Merge remote-tracking branch 'origin/Fix_BWP_switching_when_Msg3_DCCH' into integration_2022_wk44
2022-11-04 10:59:50 +01:00
Robert Schmidt
bacce39af7
Merge remote-tracking branch 'origin/rrc-meas' into integration_2022_wk44
2022-11-04 10:57:37 +01:00
Robert Schmidt
3e0efbdeb2
Merge remote-tracking branch 'origin/nr_ue_improve_time_and_freq_sync' into integration_2022_wk44
2022-11-04 10:55:56 +01:00
Arash Sahbafard
ec25c623d1
Fix: check RFsim bind() return code
2022-11-04 09:26:46 +01:00
Sakthivel Velumani
662897e0c5
Remove mlock
...
Modern hardware have large RAM and don't need mlock.
2022-11-03 16:27:25 -04:00
Robert Schmidt
00106a7ec8
Merge remote-tracking branch 'origin/configurable_rounds_in_sim' into integration_2022_wk44
2022-11-03 20:10:00 +01:00
Robert Schmidt
e9126363ea
Merge remote-tracking branch 'origin/removing_calltotimers_for_msg3_dcch_dtch' into integration_2022_wk44
2022-11-03 20:09:51 +01:00
Robert Schmidt
4214f3971d
Merge remote-tracking branch 'origin/NR_RRC_PDSCH_config_harmonization' into integration_2022_wk44
2022-11-03 20:09:43 +01:00
francescomani
4e80dc4a20
move PL comutation at MAC
2022-11-03 17:56:20 +01:00
Robert Schmidt
1c73dec53f
Update FEATURE_SET.md
2022-11-03 17:19:22 +01:00
Robert Schmidt
1ae1b0aa9f
Print RRC meas periodically
2022-11-03 17:19:22 +01:00
Robert Schmidt
6762342d25
Add periodic RRC measurements
2022-11-03 17:19:22 +01:00
Robert Schmidt
1c778ef382
Refactor and enable logging in nrRRC_stats.log
2022-11-03 17:18:57 +01:00
francescomani
a962ba8d5b
replacing call to RRC processing timers for msg3 dcch
2022-11-03 13:55:07 +01:00
Thomas Schlichter
5063957a16
fix merge artefact in nr_dl_channel_estimation.c
2022-11-03 09:43:03 +01:00
Thomas Schlichter
c5e68e146c
NR_UE: increase the accuracy of the filtered peak position value
2022-11-03 09:42:57 +01:00
Thomas Schlichter
39fe985681
NR_UE: slightly improve timing synchronization by minimizing the adjustment of the filtered peak position value
2022-11-03 09:42:47 +01:00
Thomas Schlichter
a7d9f94ef3
NR_UE scope: show complete CIR
2022-11-03 09:42:41 +01:00
Thomas Schlichter
cd8122d24d
NR_UE: fix frequency offset estimation/compensation if SSB is in the second captured frame
2022-11-03 09:42:27 +01:00
Thomas Schlichter
f73fcd94ee
NR_UE: fix/add some debugging in nr_adjust_synch_ue.c and nr_dl_channel_estimation.c
2022-11-03 09:41:51 +01:00
Thomas Schlichter
a2c6ad42e4
NR_UE: minor improvements in nr_initial_sync()
2022-11-03 09:41:14 +01:00
Thomas Schlichter
b94d6b5b33
remove unsupported "thread_pool_size" parameter from conf files
2022-11-03 09:37:41 +01:00
Thomas Schlichter
9ae6095a78
nr_ulsim: fix calculation of statistics
2022-11-03 09:37:28 +01:00
Thomas Schlichter
54b7fde0aa
NR_UE: fix noise in PDCCH scope
2022-11-03 09:31:57 +01:00
Sakthivel Velumani
ea72306c38
Moved DLSCH PHY structure to stack
2022-10-31 18:22:27 -04:00
francescomani
3cd342f74a
remove unused RRC code
2022-10-31 10:42:37 +01:00
francescomani
847044a5a6
fix bad merge
2022-10-31 09:48:45 +01:00
luis_pereira87
dbb6182124
Fix BWP switching to the previous active BWP when there is a RA with Msg3 through DCCH or DTCH
2022-10-30 09:38:56 +00:00
francescomani
1304a682fc
fix usage of FAPI new data indicator for PUSCH
2022-10-29 14:29:35 +02:00
francescomani
c2e80ffe9f
ndi init fix
2022-10-29 14:29:35 +02:00
francescomani
254491481f
addressing review and correcting indentation
2022-10-29 14:29:35 +02:00
francescomani
3a8db593d9
removing unnecessary code for re-transmission in ulsch decoding
2022-10-29 14:25:05 +02:00
francescomani
c3d863a6e5
configurable max nb of rounds in dlsim
2022-10-29 14:25:05 +02:00
francescomani
4c21c2d172
configurable max nb of rounds in ulsim
2022-10-29 14:25:05 +02:00
francescomani
3b53d82b26
avoiding to use tx_lev since it was breaking prachsim (also some formatting)
2022-10-29 14:16:12 +02:00
francescomani
21b14dddb4
removing unused code in dummy functions
2022-10-29 14:16:12 +02:00
francescomani
c07cbce037
better handling of PRACH TX power to improve separation between PHY and MAC
2022-10-29 14:16:12 +02:00
francescomani
c9553fe696
moving prach_resources to MAC
2022-10-29 14:16:12 +02:00
francescomani
e0cdf278b5
remove init_msg1 and sync_frame from prach structure
2022-10-29 14:02:23 +02:00
Robert Schmidt
a50a14a9aa
CI: Collect all *.log
2022-10-29 12:48:55 +02:00
Robert Schmidt
3ae26431eb
Do not require "Bye." to be in last line
2022-10-29 12:48:55 +02:00
Robert Schmidt
e17575f52a
SA test monolithic: no timing measurements
2022-10-29 12:48:55 +02:00
Robert Schmidt
68f8914868
Add iperf for Quectel 20MHz SA test
2022-10-29 12:48:55 +02:00
Robert Schmidt
a40baf6957
Add scenario XML for SA F1 with Quectel
2022-10-29 12:48:55 +02:00
Robert Schmidt
3f32164e2c
Add docker-compose for SA F1 test with Quectel
2022-10-29 12:48:55 +02:00
Robert Schmidt
c985210668
Update SA b200 Quectel config to 20 MHz
2022-10-29 12:48:55 +02:00
Robert Schmidt
4bc8ef3f80
Make service configurable in DeployObject, UndeployObject stops multiple
...
Service name can be used to start individual services. Uses only
docker-compose primitives, which can later be used to use the
docker-compose SSH functionality to (un)deploy services.
UndeployObject stops all referenced services
2022-10-29 12:48:55 +02:00
Robert Schmidt
a5e21fd082
Correct env var for DU in entrypoint
2022-10-29 12:45:49 +02:00
Robert Schmidt
b29f0af4b3
Harmonize SA gNB B200 and DU config (used for B200 and RFsim)
2022-10-29 12:45:49 +02:00
Robert Schmidt
408d96adbd
Generally disable 256 QAM for F1
2022-10-29 12:45:49 +02:00
Robert Schmidt
10bdf3a2e3
Shorten Tab name
2022-10-29 12:45:49 +02:00
Robert Schmidt
3856a00215
SA Quectel test: tear-down on correct server in case of problems
2022-10-29 12:45:49 +02:00
Robert Schmidt
4940146ff8
Merge branch 'integration_2022_wk43' into 'develop'
...
integration_2022_wk43
See merge request oai/openairinterface5g!1783
!1679 NR MAC PUCCH rework
!1723 Disabling dualConnectivityPHR
!1759 cleanup NR UE dead code
!1767 Fixes in CSI UE reception and reporting
!1775 Generate SRS sequence for every received SRS signal
!1776 SIMDE fix: Native AVX intrinsic call as macro
!1778 CI: Log pod build statistics
!1779 Tutorials: minor updates and improvements
!1780 feat(ci): migrating all LTE monolithic scenarios w/ docker approach
!1686 TDLA30, TDLB100 and TDLC300 channel models
!1769 PDU decoding workaround when there are issues in UL TB payload
!1753 numactl and thread-pinning in CI
!1784 PSEA - SABOX - fix apn issue
2022-10-29 10:36:11 +00:00
francescomani
f3aac37427
bugfix in delta_tf calculation
2022-10-28 19:01:59 +02:00
Robert Schmidt
7082fcfad3
Merge remote-tracking branch 'origin/psea-sabox-fix-apn' into integration_2022_wk43
2022-10-28 18:15:14 +02:00
Robert Schmidt
4b517de17f
Merge remote-tracking branch 'origin/phytest-numactl' into integration_2022_wk43
2022-10-28 18:15:10 +02:00
Robert Schmidt
b5952593ac
Merge remote-tracking branch 'origin/gNB_MAC_PDU_decoding_improvements' into integration_2022_wk43
2022-10-28 18:15:06 +02:00
Angelo Athanassopoulos
07abf4329d
PSEA - IEI DNN - This is the last IEI in the message.
...
Before this commit each time the message was captured, it entered the
default switch statement, which is meant to show that we received an
uknown IEI.
Now after the DNN IEI, we set offset=msg_length, to exit the
switch.
2022-10-28 13:54:13 +02:00
Angelo Athanassopoulos
43f3d03ddb
PSEA - IEI DNN - protect code from a bad DNN length received from the network
2022-10-28 13:24:25 +02:00
Angelo Athanassopoulos
8e4ebb078a
PSEA - IEI DNN - added macro for min DNN length
2022-10-28 12:55:58 +02:00
Robert Schmidt
31df643909
Add new 60 MHz 2x2 timing stats file
2022-10-28 11:41:42 +02:00
Robert Schmidt
dff94f6b32
Update 1x1 40 and 60 MHz thresholds
2022-10-28 11:41:18 +02:00
Robert Schmidt
27f2bd454e
SA N310 test: pin threads, use numactl
2022-10-28 09:31:23 +02:00
Robert Schmidt
49d9d0443b
Add new phytest test stage for 60MHz 2x2
2022-10-28 09:31:23 +02:00
Robert Schmidt
ec7e09353f
Add numactl for phytest-timing test
2022-10-28 09:31:23 +02:00
Robert Schmidt
40159bdf4d
Define cmd_prefix for Initialize_eNB
2022-10-28 09:31:23 +02:00
Robert Schmidt
058c6a4f26
Add Config file for 162PRB phytest
2022-10-28 09:31:23 +02:00
Robert Schmidt
978753d6ac
Delete unused 162PRB XML test stages file
2022-10-28 09:23:12 +02:00
Angelo Athanassopoulos
d91cfdc6cf
PSEA - Remove of unused ASCII macro definition
2022-10-27 20:05:16 +02:00
Angelo Athanassopoulos
dbd00175a7
PSEA - SABOX fix - Avoid the infinite loop, when not receiving an APN Operator Identifier
2022-10-27 20:01:08 +02:00
Robert Schmidt
01ef8c2f84
Merge remote-tracking branch 'origin/develop-channel-models' into integration_2022_wk43
2022-10-27 18:53:32 +02:00
Robert Schmidt
dd1d80bdc8
Merge remote-tracking branch 'origin/ci-legacy-monolithic' into integration_2022_wk43
2022-10-27 18:53:08 +02:00
Angelo Athanassopoulos
bef72dd747
PSEA - SABOX fix - changed the max accumulated apn length
2022-10-27 18:53:01 +02:00
Robert Schmidt
536bf6affd
Merge remote-tracking branch 'origin/NR_SA_Tutorials_v4' into integration_2022_wk43
2022-10-27 18:53:00 +02:00
Robert Schmidt
92178e3e61
Merge remote-tracking branch 'origin/ci-analysis-cluster' into integration_2022_wk43
2022-10-27 18:52:54 +02:00
Robert Schmidt
ae592943d2
Merge remote-tracking branch 'origin/SIMDE_fix_no_optim' into integration_2022_wk43
2022-10-27 18:52:30 +02:00
Robert Schmidt
4f7b2db2f2
Merge remote-tracking branch 'origin/BWP_switching-fix-SRS' into integration_2022_wk43
2022-10-27 18:51:59 +02:00
Robert Schmidt
f3397d0c9b
Merge remote-tracking branch 'origin/NR_CSI_UE_fixes' into integration_2022_wk43
2022-10-27 18:51:14 +02:00
Robert Schmidt
652df48a99
Merge remote-tracking branch 'origin/NR_UE_deadcode_cleanup' into integration_2022_wk43
2022-10-27 18:51:03 +02:00
Robert Schmidt
2706b4ff2e
Merge remote-tracking branch 'origin/disabling_dualconnectivity_PHR' into integration_2022_wk43
2022-10-27 18:50:54 +02:00
Robert Schmidt
ebd622ac3c
Merge remote-tracking branch 'origin/NR_MAC_PUCCH_rework' into integration_2022_wk43
2022-10-27 18:50:46 +02:00
francescomani
3b0cad7bb5
removing middle PRB to avoid wrong noise level computation for PUSCH
2022-10-27 18:48:57 +02:00
Robert Schmidt
f4982ca060
Retrieving pod statistics at the end of physim run
2022-10-27 18:41:34 +02:00
luis_pereira87
559670fd85
Add UL 3GPP tests in CI
2022-10-27 17:23:26 +01:00
Roberto Louro Magueta
d388be80c0
Compute log2_maxh for UL channel estimation using nb_antennas_rx
2022-10-27 17:23:26 +01:00
Roberto Louro Magueta
6b83d9e0f1
Compute normalization channel factor
2022-10-27 17:18:38 +01:00
Roberto Louro Magueta
9b594ff3b6
Fix AWGN channel
2022-10-27 17:18:38 +01:00
Roberto Louro Magueta
abb6fadd19
Implementation of function add_noise()
2022-10-27 17:18:38 +01:00
Roberto Louro Magueta
f8160bd34a
Change input command line from -g 2 A l to -g A,l and add channel correlation level as command line option in ulsim
2022-10-27 17:18:38 +01:00
Roberto Louro Magueta
6f51b930c1
Put the correlation level (low, medium or high) as input of new_channel_desc_scm()
2022-10-27 17:07:25 +01:00
Roberto Louro Magueta
3d966b09e8
TDL channel model implementation for low, medium and high correlation scenarios
2022-10-27 17:07:25 +01:00
Roberto Louro Magueta
ac39d3b48c
Remove the hardcoded channel matrix H_awgn_mimo from nr_ulsim
2022-10-27 16:54:59 +01:00
Roberto Louro Magueta
c3a51d771c
Implementation of tables G.2.1.1-2, G.2.1.1-3 and G.2.1.1-4 of TS 38.104, for TDLA30, TDLB100 and TDLC300 channel models
2022-10-27 16:54:59 +01:00
Roberto Louro Magueta
c14b39b07f
Add TDLA30, TDLB100 and TDLC300 in channel model options and improve the help log
2022-10-27 16:54:59 +01:00
francescomani
3247cdd0c3
addressing review
2022-10-27 12:52:10 +02:00
Raphael Defosseux
3e5deb4385
fix(ci): after code review
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-27 12:29:34 +02:00
Raphael Defosseux
187b3915b2
fix(ci): little typos in the scenario HTML tab references
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-27 09:33:47 +02:00
Raphael Defosseux
4bf6ce323e
fix(ci): when running the bare-metal pipelines, some files are already on the target side with root ownership. Copy is bypassed
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-27 09:33:01 +02:00
Raphael Defosseux
f3594a663a
fix(ci): fixing log collection for xNB run logs and iper operations
...
* Copying everything back to the python executor workspace
* For iperf operations, client and server logs are always copied,
even when successful
* for xNB run logs, since we could delete completely xNB workspaces
on the python executor, they are always there
* Copying back to the xNB server #0 for artifacting
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-26 21:35:18 +02:00
Raphael Defosseux
c447b814c2
feat(ci): triggering LTE Monolithic pipelines
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-26 20:59:19 +02:00
Sagar Arora
decaec0860
(fix): typo in collecting pod resource metrics
2022-10-26 10:27:49 +02:00
Raphael Defosseux
cab10e857e
fix(ci): should not return an error
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-25 16:50:34 +02:00
Raphael Defosseux
f8c82e69b9
feat(ci): migrating all LTE monolithic scenarios w/ docker approach
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-25 15:49:42 +02:00
luis_pereira87
c64c3e6182
Tutorials: minor updates and improvements
2022-10-25 14:33:04 +01:00
Sagar Arora
1ed52cb4d2
Changing the cluster node name
2022-10-25 14:09:51 +02:00
Robert Schmidt
2f28b5795f
Collect cluster pod metrics during build
2022-10-24 17:23:24 +02:00
francescomani
0df6dfba94
fixing the new PUCCH procedures
2022-10-24 16:30:21 +02:00
Robert Schmidt
a3aead9d9f
Assign ran-build and oai-physim build jobs to different nodes
2022-10-24 15:16:29 +02:00
Robert Schmidt
55d13bd19a
Log pod build statistics
2022-10-24 12:37:38 +02:00
Sakthivel Velumani
d18813b867
Native AVX intrensic call as macro
2022-10-21 18:47:58 -04:00
Raphael Defosseux
5324e0c18a
fix(ci): since we removed images from builder server, we need to pull them back before pushing to Docker-Hub
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-21 18:54:30 +02:00
Raphael Defosseux
3059ad4ebd
fix(ci): fix running simulators
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-21 16:22:23 +02:00
francescomani
99a22ba9ed
pdsch_Config harmonization
2022-10-21 16:11:57 +02:00
Robert Schmidt
a0fae95c79
Merge branch 'integration_2022_wk42b' into 'develop'
...
integration_2022_wk42b
See merge request oai/openairinterface5g!1773
MR !1479 [CI] Update for retransmission checkers
MR !1733 pusch_Config harmonization
MR !1748 Fixes for build on centos 7/8, SIMDE, auto-detect AVX2/512 and architecture
MR !1756 feat(ci): adding push / pull images operations to/from a local registry
MR !1760 Add time stamp in the logs
MR !1761 Merge targets/COMMON to executables
MR !1771 Draft: Remove CN_UTIL
MR !1770 (fix): removing the amf fqdn paramter
MR !1768 Rename radio folder
MR !1766 NR UE fix rxdata allocation
MR !1720 NR MIMO 2x2 Support Hooks in L2simulator
2022-10-21 13:09:39 +00:00
Robert Schmidt
925563ba97
Additional removal of '#' in amarisoft prompt
2022-10-21 10:55:04 +02:00
Roberto Louro Magueta
408e7abd2f
Generate SRS sequence for every received SRS signal
2022-10-20 14:39:17 +01:00
Robert Schmidt
1acb719b5e
Change CI SSHConnection class open() and Amarisoft UE class prompt
...
The Amarisoft root prompt contained '#' (as usual for root). However, to
integrate this into the UE management logic (cls_module_ue.py), we are
forced to use '$'. We changed the root command prompt to use '$', and
therefore change it here as well.
2022-10-20 15:02:18 +02:00
Robert Schmidt
b9db3044fb
Merge remote-tracking branch 'origin/episys-5g-mimo' into integration_2022_wk42b
2022-10-20 15:00:32 +02:00
Robert Schmidt
b1352c9d00
Merge remote-tracking branch 'origin/NR_UE_fix_rxdata' into integration_2022_wk42b
2022-10-20 15:00:25 +02:00
Robert Schmidt
79857ec8e6
Merge remote-tracking branch 'origin/rename_sdr_radio' into integration_2022_wk42b
2022-10-20 15:00:12 +02:00
Robert Schmidt
8a290ece2a
Merge remote-tracking branch 'origin/resolve_fqdn' into integration_2022_wk42b
2022-10-20 14:57:52 +02:00
Robert Schmidt
c36a1ef453
Merge remote-tracking branch 'origin/rm_CN_UTILS' into integration_2022_wk42b
2022-10-20 14:57:41 +02:00
Robert Schmidt
b3d4321d77
Merge remote-tracking branch 'origin/common_to_executables' into integration_2022_wk42b
2022-10-20 14:57:29 +02:00
Robert Schmidt
9771036efb
Merge remote-tracking branch 'origin/logImp' into integration_2022_wk42b
2022-10-20 14:57:13 +02:00
Robert Schmidt
627b8d92d3
Merge remote-tracking branch 'origin/ci-local-registry' into integration_2022_wk42b
2022-10-20 14:57:01 +02:00
Robert Schmidt
d4536d2064
Merge remote-tracking branch 'origin/centos-and-noavx2' into integration_2022_wk42b
2022-10-20 14:56:47 +02:00
Robert Schmidt
e252115323
Merge remote-tracking branch 'origin/NR_RRC_PUSCH_config_harmonization' into integration_2022_wk42b
2022-10-20 14:56:27 +02:00
Sagar Arora
048c7df304
(fix): Remove the AMF FQDN parameter
...
- there are extra variables in gnb_entrypoint.sh to resolve FQDN which
are superfluous
- allowing nrue config to use gnb fqdn and ip-address
- rfsimulator parameter is not used in all docker-compose so it should be optional
- make amf ip-address optional
2022-10-20 14:29:50 +02:00
Robert Schmidt
3462357b3b
Do not exit immediately on error in entrypoint scripts
2022-10-20 14:29:50 +02:00
francescomani
e79b926905
rename sdr to radio
2022-10-19 17:42:26 +02:00
mir
d671d8adab
Remove CN_UTIL
2022-10-19 14:45:07 +02:00
Raphael Defosseux
1a0d91fd76
feat(ci): changing the XML structure for pulling images
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-19 09:16:37 +02:00
luis_pereira87
705c6b76d2
gNB MAC PDU decoding improvements when there are issues in UL TB payload (MAC subPDU overlap)
2022-10-18 15:34:28 +01:00
francescomani
bb28445567
fixes in CSI UE reception and reporting for multiple BWPs
2022-10-18 16:09:42 +02:00
Raphael Defosseux
937be093c1
feat(ci): adding back the 1st FDD monolithic scenario
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-18 15:34:43 +02:00
Raphael Defosseux
8bd8ae74f3
fix(ci): CoreNetwork operations do not require input parameters from XML
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-18 15:33:53 +02:00
Raphael Defosseux
a42716d5fb
feat(ci): the first tab in HTML report is now open
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-18 15:33:13 +02:00
Raphael Defosseux
28fb8fbdd4
fix(ci): post-review changes and fix on the HTML reporting
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-18 15:32:41 +02:00
Robert Schmidt
914d7302b3
Remove deprecated config parameters
2022-10-18 15:26:26 +02:00
Robert Schmidt
798679dcfe
Remove redundant file
2022-10-18 15:24:48 +02:00
Robert Schmidt
9155befaf6
Add error messages if a TBS cannot be decoded
2022-10-18 15:24:48 +02:00
Melissa Elkadi
1c7576bdf9
Updating proxy commit # for 4G and 5G L2sim test
2022-10-18 15:24:48 +02:00
Melissa Elkadi
f8efb13b7d
NR MIMO 2x2 Support
...
This commit provides CSI reporting support
which is required for MIMO. It also updates
the configuration files, provides sample BLER
simualtion files for packet dropping in the
MIMO 2x2 case. It also includes the hooks
and functions (e.g., updating UCI2_3_4 PDU field)
for MIMO 2x2 support. This commit will not include
any channel abstraction code or modelling.
2022-10-18 15:24:48 +02:00
Anurag Asokan
bfbebe2de1
Merge targets/COMMON to executables
2022-10-18 14:22:06 +02:00
francescomani
0de9cf2ec6
fix ofdm_symbol_size in rxdata allocation
2022-10-18 14:17:00 +02:00
Robert Schmidt
b100ec859e
Set 5G RFsim and L2sim retx thresholds
2022-10-18 09:53:51 +02:00
Robert Schmidt
848d7f0e4a
Retx checkers for Deploy/UndeployObject
2022-10-18 09:53:51 +02:00
Robert Schmidt
5759a2407d
Improve code for retx checkers
2022-10-18 09:53:51 +02:00
hardy
0d66711ffe
add retx checkers to end-to-end tests
2022-10-18 09:53:51 +02:00
Raphael Defosseux
a1f1d65429
feat(ci): adding used image info to HTML report
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-18 09:32:23 +02:00
francescomani
44ee11be8e
cleanup NR UE dead code
2022-10-18 09:03:25 +02:00
Raphael Defosseux
7b3dcc8c49
fix(ci): proper service names for enb
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-18 08:51:57 +02:00
Raphael Defosseux
73b1130fef
fix(ci): longer timeouts for merge operations
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-18 08:50:18 +02:00
Robert Schmidt
c174ba62f3
Remove redundant "git found" message
2022-10-18 08:48:21 +02:00
Robert Schmidt
612e9636cc
Autodetect CPU architecture and AVX2/512 in cmake
2022-10-18 08:48:21 +02:00
Bruno Mongazon-Cazavet
392040a842
Fix build error when -g is specified, fix various warnings when -g is specified
2022-10-18 08:48:10 +02:00
Bruno Mongazon-Cazavet
31b51b285a
fix build on centos 7 and centos 8, fix non-avx2 host support using simde
2022-10-18 08:45:56 +02:00
Raphael Defosseux
612956d354
feat(ci): adding pull strategy to b200 nsa/sa scenarios
...
* also removing the Copy_Image_to_Test method, useless now
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-18 08:40:59 +02:00
Raphael Defosseux
5480e983d6
feat(ci): the simulation scenarios are now pulling / using images from local registry
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-18 08:40:59 +02:00
Raphael Defosseux
4f46622383
fix(ci): forgot to add HTML rows to test-report
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-18 08:40:59 +02:00
Raphael Defosseux
6da8869ed4
feat(ci): adding push / pull images operations to/from a local registry
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-18 08:40:59 +02:00
Robert Schmidt
b416d26aa8
Improve LOG documentation
2022-10-18 08:21:59 +02:00
Vijay Chadachan
29bf98cfe2
Add wall_clock option to the log subsystem to get absolute time stamps
2022-10-18 08:21:59 +02:00
Robert Schmidt
3bc86d69c0
Merge branch 'integration_2022_wk42' into 'develop'
...
integration_2022_wk42
See merge request oai/openairinterface5g!1762
MR !1726 removing pucch-ResourceCommon from dedicated BWP
MR !1736 OAI UE Security Mode Complete bug
MR !1739 NR UE - Capture PduSessionEstablishmentAccept message
MR !1742 Remove EXMIMO
MR !1754 Remove threads_t struct from the code
MR !1758 Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c
MR !1678 Update 5G NR SA tutorials
2022-10-18 05:39:10 +00:00
Robert Schmidt
9358f2f274
Merge remote-tracking branch 'origin/NR_SA_Tutorials_v3' into integration_2022_wk42
2022-10-17 12:33:56 +02:00
Robert Schmidt
c25d07c1c5
Merge remote-tracking branch 'origin/Read_pMAX_from_Config_File' into integration_2022_wk42
2022-10-17 12:32:19 +02:00
Robert Schmidt
67c9dccd3e
Merge remote-tracking branch 'origin/remove_thread_t' into integration_2022_wk42
2022-10-17 12:32:10 +02:00
Robert Schmidt
e1226d9fd1
Merge remote-tracking branch 'origin/remove-exmimo' into integration_2022_wk42
2022-10-17 12:31:58 +02:00
Robert Schmidt
d32c4985b3
Merge remote-tracking branch 'origin/nr-ue-capture-PSEA-msg' into integration_2022_wk42
2022-10-17 12:31:49 +02:00
Robert Schmidt
4a535dd057
Merge remote-tracking branch 'origin/ue_security_mode_complete_nea_bug' into integration_2022_wk42
2022-10-17 12:31:42 +02:00
Robert Schmidt
39a8c9ab34
Merge remote-tracking branch 'origin/removing_pucchResourceCommon_from_dedicated_bwp' into integration_2022_wk42
2022-10-17 12:31:27 +02:00
Robert Schmidt
9b7972261e
Fix regex to recognize physim status
2022-10-14 16:50:53 +02:00
mir
5c86590c17
Dependencies for lte-uesoftmodem removed
2022-10-14 14:59:54 +02:00
Rúben Soares da Silva
39fe287cf0
Use value for pMAX in the configuration file, instead of a hardcoded value
2022-10-14 13:57:02 +01:00
Robert Schmidt
06ccfdfc51
Remove ADRV9371_ZC706 driver leftovers
2022-10-14 09:14:18 +02:00
Robert Schmidt
37e6021955
Fix compilation warnings in oai_irisdevif
2022-10-14 09:14:18 +02:00
Robert Schmidt
634e38bd31
Remove DEADLINE_SCHEDULER and CPU_AFFINITY defines
2022-10-14 09:14:18 +02:00
Robert Schmidt
cc8da80fbc
Remove EXMIMO leftover
...
- Remove all files referencing EXMIMO
- Remove all targets/variables/defines that seem to be related to EXMIMO
2022-10-14 09:14:18 +02:00
mir
94c74012e2
Remove threads_t struct from the code
2022-10-13 16:58:37 +02:00
francescomani
8f0579fc9d
pusch_Config harmonization
2022-10-13 13:43:43 +02:00
Robert Schmidt
ade2cf33df
Fix after ci-physim-cleanup
2022-10-13 11:00:06 +02:00
luis_pereira87
89d6ddc482
Remove Dedicated BWPs from the 40 MHz configuration file used by the tutorials
2022-10-12 20:17:11 +01:00
luis_pereira87
3839abebe7
Add section with optional advanced configurations
2022-10-12 20:17:11 +01:00
luis_pereira87
e58eb7ac27
Add automatic Table Of Contents
2022-10-12 20:17:11 +01:00
luis_pereira87
18cdef9510
Update SD to 0x1 to get PDUSession with COTS UE
2022-10-12 16:25:39 +01:00
luis_pereira87
a5f95e1907
Tutorials: update OAI CN5G docker-compose-basic-nrf.yaml to the latest develop version
2022-10-12 16:25:39 +01:00
luis_pereira87
a578a5c448
Tutorials: merge all the tutorials for different USRPs into a single page
2022-10-12 16:25:39 +01:00
luis_pereira87
c0afb34902
Tutorials: add instructions to run OAI gNB with USRP X300
2022-10-12 16:25:39 +01:00
luis_pereira87
6c4b468646
Tutorials: updates to use 100 MHz with 2 DL layers MIMO to achieve 640 Mbps downlink throughput with a single UE (820 Mbps with 2 UEs)
2022-10-12 16:25:39 +01:00
Robert Schmidt
5a1b390483
Merge branch 'integration_2022_wk41' into 'develop'
...
integration_2022_wk41
See merge request oai/openairinterface5g!1746
MR !1727 Reorganize physical simulators and cleanup
MR !1716 Updated values for few parameters in asue config file
MR !1735 NR feature set update
MR !1560 RAN challenge: Timing Advance
MR !1741 ulsim help update
MR !1744 Speedup container build repo clone and other improvements
MR !1747 Fix signed integer overflow in PSS search
MR !1749 hotfix for thread-pool.c
MR !1743 CI AW2S: build images
MR !1717 Entrypoint updated for deployment on cluster
2022-10-12 14:38:26 +00:00
Robert Schmidt
c9b90ed2f5
Slightly increase Sched Response default timing
2022-10-12 10:07:50 +02:00
Robert Schmidt
10dff4ac00
Merge remote-tracking branch 'origin/entrypoint-update' into integration_2022_wk41
2022-10-11 23:33:51 +02:00
Robert Schmidt
c3f48da419
Merge remote-tracking branch 'origin/ci-aw2s-amarisoft' into integration_2022_wk41
2022-10-11 23:33:02 +02:00
Robert Schmidt
44c7ed4550
Merge remote-tracking branch 'origin/threadPool-hotfix' into integration_2022_wk41
2022-10-11 23:32:21 +02:00
Robert Schmidt
343242f188
Merge remote-tracking branch 'origin/pss-signed-int-overflow' into integration_2022_wk41
2022-10-11 23:32:14 +02:00
Robert Schmidt
10411336bb
Merge remote-tracking branch 'origin/ci-speedup-clone' into integration_2022_wk41
2022-10-11 23:32:04 +02:00
Robert Schmidt
1d058f4ce7
Merge remote-tracking branch 'origin/ulsimhelp' into integration_2022_wk41
2022-10-11 23:31:56 +02:00
Robert Schmidt
5662fb2177
Merge remote-tracking branch 'origin/develop-ta' into integration_2022_wk41
2022-10-11 23:31:49 +02:00
Raphael Defosseux
98bf50cf33
fix(ci): putting dummy serial nb, ignored in RF sim anyway
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-10-11 16:40:19 +02:00
Raymond Knopp
3ea36ba0d3
bugfix in use of sizeof in thread-pool.c
2022-10-11 10:58:14 +02:00
Eurecom
50f30cfd83
Merge remote-tracking branch 'origin/develop' into threadPool-hotfix
2022-10-11 09:25:17 +02:00
Eurecom
c25ed520aa
added RH9.0 to build_helper
2022-10-11 09:24:55 +02:00
Angelo Athanassopoulos
3f1d515aaf
PSEA - Slight cosmetic changes
2022-10-10 20:51:54 +02:00
Angelo Athanassopoulos
24241e1b97
PSEA - Log - Change the debug to trace
2022-10-10 20:51:54 +02:00
Angelo Athanassopoulos
99c77d6fc0
Use the new function to capture PSEA message
2022-10-10 20:51:54 +02:00
Angelo Athanassopoulos
c31b0f8fa0
Use values from PSEA message to set QFI and PDU Session ID from CN
2022-10-10 20:51:54 +02:00
Angelo Athanassopoulos
5594594c97
PSEA - Handle uknown IE, ommits the rest message length
2022-10-10 20:51:54 +02:00
Angelo Athanassopoulos
5ebfed3f90
PSEA - Capture - DNN IE
2022-10-10 20:51:54 +02:00
Angelo Athanassopoulos
844fec61a8
PSEA - Capture - Position of Extended protocol configuration
...
options (Ommited)
2022-10-10 20:51:54 +02:00
Angelo Athanassopoulos
80542f0503
PSEA - Capture - Position of Authorized QoS flow descriptions (Ommited)
2022-10-10 20:51:54 +02:00
Angelo Athanassopoulos
f001961e4e
PSEA - Capture - Position of EAP message (Ommited)
2022-10-10 20:51:54 +02:00
Angelo Athanassopoulos
ca903df0a8
PSEA - Capture - Position of Mapped EPS bearer contexts (Ommited)
2022-10-10 20:51:54 +02:00
Angelo Athanassopoulos
ff05fed29c
PSEA - Capture - Position of Always-on PDU Session Indication (Ommited)
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
1b89529719
PSEA - Capture - Position of S-NSSAI (Ommited)
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
7707669f97
PSEA - Capture - Position of RQ Timer Value (Ommited)
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
d355b1a7f2
PSEA - Capture - PDU Address IE
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
3fee83e05b
PSEA - Capture - Position of 5GSM Cause (Ommited)
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
21c4415a37
PSEA - Prepare the Optional Presence IE capture
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
d9958e4e0f
PSEA - Capture - Session AMBR (Ommited)
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
352362ac97
PSEA - Capture - Authorized QoS Rules, but Ommit the Packet Filters
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
fbe010420c
PSEA - Capture - PduSessionEstablishmentAccept message
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
7a5e383993
PSEA - Capture - Security Protected NAS header & message
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
0f1d68e2e3
PSEA - Include necessary NAS header files
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
4148e5aae6
PSEA - Init capture function
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
e638715dcc
PSEA - Include the PSEA header file to NAS
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
9682ba9bf6
PSEA - Message struct definition
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
724164c395
PSEA - Optional Presence IE
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
b3abb8f64f
PSEA - Mandatory Presence IE
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
ff059d7607
PSEA - Macro for DNN ASCII
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
92e01d8346
PSEA - Macros for Rule Operation Codes
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
34e50a2fdf
PSEA - Macros for PDU Session type values
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
e057c85e60
PSEA - Macros for Optional IE Identifiers
2022-10-10 20:51:53 +02:00
Angelo Athanassopoulos
e50ce393c3
PSEA - Initialization of PduSessionEstablishmentAccept message capture
2022-10-10 20:51:53 +02:00
Arash
e1365cfd1d
Improve help of the nr_ulsim
2022-10-10 20:25:03 +02:00
Robert Schmidt
c8832617f9
Fix signed integer overflow in PSS search
...
Detected through UBSan
2022-10-10 16:57:52 +02:00
Robert Schmidt
f7dc97fe42
Update thresholds after use of SIMDE
2022-10-10 16:22:48 +02:00
Robert Schmidt
10a32d48a8
Merge remote-tracking branch 'origin/NR_UE_featureset_update' into integration_2022_wk41
2022-10-10 16:12:59 +02:00
Robert Schmidt
e3b7704676
Merge remote-tracking branch 'origin/config_change_as-ue' into integration_2022_wk41
2022-10-10 16:12:52 +02:00
Robert Schmidt
767f2e31db
Merge remote-tracking branch 'origin/ci-physim-cleanup' into integration_2022_wk41
2022-10-10 16:12:43 +02:00
Robert Schmidt
5b96aa8ee4
Fix error
2022-10-10 14:34:21 +02:00
Robert Schmidt
8fbc15baba
Restore original lock in Jenkinsfile-gitlab
...
Inside a stage{}, the syntax differs and the lock() directive needs to
have a resource: (and not only extra:). Reverting earlier changes, as
this pipeline will soon be out of service anyway.
2022-10-10 13:42:00 +02:00
Robert Schmidt
ca72af724e
Build eNB/gNB and UE on cluster in stages
2022-10-10 13:30:59 +02:00
Robert Schmidt
d80d0b5d5a
Additional information for deployed physims
2022-10-10 12:10:39 +02:00
Robert Schmidt
551d35bf6f
cls_containerize.CreateWorkspace(): make blobless clone to speedup
2022-10-10 12:02:15 +02:00
Robert Schmidt
aae5b3f64a
Remove matfiles
...
All these files' last modified dates is 2013. I don't think anybody uses
them, but they take quite a lot of space.
2022-10-10 11:28:14 +02:00
Robert Schmidt
72233d16f0
Remove useless NR_uE_PHY unit test files and logs
2022-10-10 11:25:23 +02:00
Robert Schmidt
b3cc68b5c4
Build gNB RHEL8 image with AW2S support
2022-10-07 16:39:49 +02:00
Robert Schmidt
5a9fe6d996
Correct use of Jenkins lock in physim Jenkinsfile
2022-10-07 16:12:18 +02:00
francescomani
6887d9a876
further updates of feature set document
2022-10-07 15:39:46 +02:00
francescomani
6d0489326d
NR UE feature set update
2022-10-07 15:39:46 +02:00
francescomani
8c5cf09826
addressing review
2022-10-07 15:26:30 +02:00
francescomani
ef701be83d
bugfixes for SR
2022-10-07 15:26:30 +02:00
francescomani
86cf5e704d
reworking gNB PUCCH scheduling
2022-10-07 15:26:30 +02:00
Robert Schmidt
84611333c8
Merge branch 'integration_2022_wk40' into 'develop'
...
integration_2022_wk40
See merge request oai/openairinterface5g!1740
MR !1597 Multiple DRB Support
MR !1607 SRS feedback for 1 layer
MR !1644 Add Positioning Reference Signal (PRS) to gNB and nrUE
MR !1665 CI fix for UE ID
MR !1700 fix for DCI bundle size in NR gNB
MR !1701 Change LDPC decoder rate based on round/rv
MR !1712 Ue remove PUCCH global vars
MR !1713 NR improvements for SIB1 detection and RA procedures
MR !1728 Ue remove thread id
MR !1732 CI september cleanup
MR !1737 Changed gnu99 to gnu11 flag
MR !1636 SIMDE
2022-10-07 12:29:14 +00:00
Bruno Mongazon-Cazavet
755fcbbf8c
make --noavx512 implicit if host does not have avx512
2022-10-07 14:14:16 +02:00
kharade
91ff939d52
Typo fix for config parameter
...
Signed-off-by: kharade <rohan.kharade@openairinterface.org >
2022-10-07 12:19:38 +02:00
Robert Schmidt
9d24233430
Create 4G UE SIM info in build dir, restore old build success message
2022-10-07 10:28:24 +02:00
Robert Schmidt
3e7ec35e11
Delete scripts referencing targets/bin
2022-10-06 17:03:17 +02:00
Robert Schmidt
87f4b9e74b
Create SIM information in legacy 4G bench infrastructure
2022-10-06 12:44:55 +02:00
Robert Schmidt
6e17a3d769
Correctly replace filenames in physim results
2022-10-06 12:44:41 +02:00
Robert Schmidt
e0a8c82493
CI SA tests: use --tune-offset
2022-10-06 09:25:21 +02:00
Robert Schmidt
4c72732bdc
Correct SD value for CI test config
2022-10-06 09:13:50 +02:00
Bruno Mongazon-Cazavet
144e7a34aa
essage=Simde - 1636
2022-10-05 17:58:29 +02:00
laurent
d902d76d05
fix performance issue in simde package
2022-10-05 16:23:32 +02:00
Robert Schmidt
d4b51059ea
Merge remote-tracking branch 'origin/c11' into integration_2022_wk40
2022-10-05 16:12:38 +02:00
Robert Schmidt
97ecde7b59
Merge remote-tracking branch 'origin/ci-improvements-sep' into integration_2022_wk40
2022-10-05 16:12:11 +02:00
Robert Schmidt
02d69da11d
Merge remote-tracking branch 'origin/ue-remove-thread-id' into integration_2022_wk40
2022-10-05 16:11:47 +02:00
Robert Schmidt
3d03a5a95b
Fix CI: correctly call conf2uedata
2022-10-05 16:09:33 +02:00
Robert Schmidt
3b39a37443
Merge remote-tracking branch 'origin/NR_multiSSB_initialaccess_fixes' into integration_2022_wk40
2022-10-05 15:32:31 +02:00
Robert Schmidt
7d2281c02e
Merge remote-tracking branch 'origin/ue-remove-global-vars' into integration_2022_wk40
2022-10-05 15:32:23 +02:00
Robert Schmidt
ee2b9a32a3
Merge remote-tracking branch 'origin/ldpc-coderate-round-fix' into integration_2022_wk40
2022-10-05 15:32:16 +02:00
Robert Schmidt
626e700c96
Merge remote-tracking branch 'origin/NR_gNB_DCI_bundle_size' into integration_2022_wk40
2022-10-05 15:32:08 +02:00
Robert Schmidt
5c33a982b4
Merge remote-tracking branch 'origin/CI_UE_ID_fix' into integration_2022_wk40
2022-10-05 15:32:00 +02:00
Robert Schmidt
e0d9c0a901
Merge remote-tracking branch 'origin/nr_prs' into integration_2022_wk40
2022-10-05 15:31:28 +02:00
Robert Schmidt
57fbbf53df
Merge remote-tracking branch 'origin/develop-SRS-feedback' into integration_2022_wk40
2022-10-05 15:31:19 +02:00
Robert Schmidt
90f9e1d070
Update number of expected files
2022-10-05 14:30:23 +02:00
Robert Schmidt
9112b8fbc4
CI: Match arbitrary number of UEs for HARQ stats
2022-10-05 09:44:29 +02:00
Robert Schmidt
81deaaa0ba
CI: Transform string to float list when reading configuration
2022-10-05 09:17:05 +02:00
francescomani
f7116a3354
check for msg3 in CI fixed
2022-10-05 09:17:05 +02:00
laurent
dbee8c6741
fix bug in prs
2022-10-04 20:41:38 +02:00
mir
cc2c6a288b
gnu99 to gnu11 flag changed
2022-10-04 18:14:20 +02:00
Robert Schmidt
50615ceeb0
Fix: correct LOG_PATTERN in legacy CI
2022-10-04 18:06:28 +02:00
francescomani
dded67c1f6
another fix for msg3 slot
2022-10-04 17:17:55 +02:00
Robert Schmidt
52af6bc21a
Typo
2022-10-04 16:59:43 +02:00
Robert Schmidt
d5cdf6d3d8
Update timing thresholds
2022-10-04 16:40:27 +02:00
Sakthivel Velumani
f3ee87416d
Remove old decoder R computations
2022-10-04 16:40:12 +02:00
Sakthivel Velumani
5a7f227513
Change LDPC decoder rate based on round/rv
2022-10-04 16:40:12 +02:00
Robert Schmidt
d044813f02
Delete old, unused Jenkinsfiles
2022-10-04 15:12:37 +02:00
Robert Schmidt
3c5ad79635
Check for correct label, case-insensitively
2022-10-04 15:11:25 +02:00
Robert Schmidt
ab3d6e73e4
Simplify physim1 log copy (while doing the same)
2022-10-04 13:28:55 +02:00
Robert Schmidt
8d9a36e0c7
sshconnection class: copy files recursively
2022-10-04 13:25:08 +02:00
Robert Schmidt
42141d9af9
Bugfix physim: execution log files can have a '+' sign
2022-10-04 13:23:04 +02:00
Angelo Athanassopoulos
4ba950872b
DOC - Added instructions for testing SDAP & Multiple DRBs
2022-10-04 13:03:51 +02:00
Angelo Athanassopoulos
68615bc52a
Rename of files, because they contain both data radio bearers & signalling radio bearers
2022-10-04 12:34:41 +02:00
Angelo Athanassopoulos
c08540d8de
NR RRC - Added function to generate SRB2 Conf list
2022-10-04 12:00:38 +02:00
Angelo Athanassopoulos
248da7ab3e
NR RRC - Use the SRB2 generation function for dedicated RRC Configuration
2022-10-04 10:53:02 +02:00
mir
8b3322403a
OAI UE Mode complete ciphering bug
2022-10-04 09:25:08 +02:00
Sagar Parsawar
b3bdee53b4
Fixing memory alignment issue of PRS buffers in nrUE
2022-10-03 12:23:19 +02:00
Angelo Athanassopoulos
2944768618
NR RRC - Initialized function for SRB2 generation
2022-09-30 12:59:19 +02:00
Angelo Athanassopoulos
be47347934
NR RRC - Included SRB header file to the c file, which will generate SRB
2022-09-30 12:43:41 +02:00
Angelo Athanassopoulos
23c3c5bf0c
NR RLC & RRC - Changed magic numbers with proper Macro
2022-09-30 10:25:37 +02:00
Sakthivel Velumani
8a71877eec
Remove thread id and make slot processing in series
2022-09-29 13:43:16 -04:00
Angelo Athanassopoulos
fdd68d2809
NR RRC - Handle all the ngap priority levels from CN
2022-09-29 18:02:11 +02:00
Angelo Athanassopoulos
c0f2ae9c5d
NR RRC - Filled all the ngap priority levels from CN
2022-09-29 17:59:29 +02:00
Robert Schmidt
bad1c258e9
USRP phytest build: cleanup, build physims
2022-09-29 11:27:46 +02:00
Robert Schmidt
eea8395e6a
Increase timeout for "oc get pods" when waiting for build
2022-09-29 11:03:17 +02:00
Robert Schmidt
f7618a97b8
Introduce documentation step in RAN-Container-Parent, separate 4G and 5G
2022-09-29 10:46:45 +02:00
Robert Schmidt
ffe2202f3b
Update TESTBench documentation
2022-09-29 10:46:45 +02:00
Robert Schmidt
6975af96ea
Rename test stage names for blue ocean, trigger 'timings' pipeline (copy of ue-mono)
2022-09-29 10:46:45 +02:00
Robert Schmidt
cadaadf816
Use generic lockResources in all pipelines
2022-09-29 10:46:45 +02:00
Robert Schmidt
a4e4bd1f26
Fixup: on deployment fail, copy log file for artifact persistance
2022-09-29 10:06:21 +02:00
Robert Schmidt
c65b5d276c
Log sha for docker-compose
2022-09-29 10:06:21 +02:00
Robert Schmidt
d859ef7292
Add trailing .Rel15 of executables
2022-09-29 10:06:20 +02:00
Robert Schmidt
56ba74705f
Do not flatten images to retain original SHA
2022-09-29 10:06:12 +02:00
Robert Schmidt
a7e520a522
Lower physim timeout (15min) and match correct number of pods
2022-09-29 10:05:33 +02:00
Robert Schmidt
8dad60ee7b
shrink chart definitions
2022-09-29 10:05:33 +02:00
Robert Schmidt
b53b7152a6
Recover correct logs
2022-09-29 10:05:33 +02:00
Robert Schmidt
f2999ef8c9
Helm charts for new physim groups
2022-09-29 10:05:33 +02:00
Robert Schmidt
65c7b68a73
Slice physims to execute in 10min
2022-09-29 10:05:33 +02:00
Robert Schmidt
361d1b40ab
Rename testcase groups to make them human-understandable
2022-09-29 10:05:33 +02:00
Robert Schmidt
0333a528ed
Simplify physim1 python class
2022-09-29 10:05:33 +02:00
Robert Schmidt
8b0d866157
Simplify run_exec_autotests.bash
...
- drop "compilation" mode, sudo/password handling, pre-exec stages
- add -c option to provide test configuration file
2022-09-29 10:03:28 +02:00
Robert Schmidt
8aaf474252
No targets/bin/ and cleanup in physim helm charts
2022-09-29 10:03:28 +02:00
Robert Schmidt
6160ab14be
Remove targets/bin/
2022-09-29 10:03:28 +02:00
Robert Schmidt
c863e37bd3
Remove old and unused testing code
2022-09-29 10:03:27 +02:00
Bruno Mongazon-Cazavet
fe1dc24e28
Add Intrinsics usage by SIMDE
2022-09-28 18:21:19 +02:00
francescomani
bf3e5cb7e7
additional fix for msg3 scheduling
2022-09-28 11:42:59 +02:00
francescomani
621c3ce8f1
fix in nr_slot_fep_init_sync for SIB1
2022-09-28 11:42:59 +02:00
francescomani
b3e18641c3
fix for scheduling msg3 without mixed slot and to avoid scheduling SR using pucch-ResourceCommon
2022-09-28 11:42:59 +02:00
francescomani
0002463969
automatic selection of frame and slot for msg4
2022-09-28 11:42:59 +02:00
Roberto Louro Magueta
6c33346d47
Merge remote-tracking branch 'origin/develop' into develop-SRS-feedback
...
# Conflicts:
# openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
2022-09-28 10:26:52 +01:00
francescomani
a0135f7663
fix for RA beam id
2022-09-28 11:20:39 +02:00
francescomani
5631558321
fix SIB1 detection in slot different than 0
...
moving slot assignment before pdcch functions
2022-09-28 11:20:38 +02:00
francescomani
ae53d823e3
fix for DCI bundle size
2022-09-28 11:19:12 +02:00
Angelo Athanassopoulos
1893d640fd
NR RLC - Removed DRB ID limitations
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
6b465c71d0
NR PDCP - Removed DRB ID limitations
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
91143db61e
NR RRC - Accept the creation of DRBs from configuration file "
...
When we add DRBs throught the configuration file, it will create dedicated DRBs, treating them as GBR Flow DRBs. This is useful for testing purposes in RFSIM and noS1
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
a544ea1d4b
NR RRC - Optimize the next_available_drb function
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
7adc4d5fd4
NR RRC - Fix wrong index in used_drbs array
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
d8a795dbd5
NR RRC - Remove of unnecessary MACRO
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
c197b81f50
NR RRC - Choose the next available DRB from the 5QI
...
If it is a GBR flow, assign a dedicated DRB
If is is a NGBR flow, use an existing DRB, from the same PDU Session
Note: the case that we run out of DRBs is not handled yet, it is still a todo
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
984bf76544
NR RRC - Consider GBR or Non-GBR flow for selecting the next available DRB "
...
Note: at this point we have a dedicated DRB per 5QI.
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
ec657819e2
NR RRC - Added GBR argument to function, so it can be considered for selecting next available drb
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
63743349d9
NR RRC - Changed the 5QI to QoS characteristics into groups of GBR and Non-GBR
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
9286f0cd90
NR RRC - Removal of the active drb assignment in next_available_drb function
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
999284b2b6
NR RRC - Set DRB of PDUSession to active in RRC_UE_t during drb generation
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
ad9c2c809a
NR RRC - Set DRB of UE to active in RRC_UE_t during drb generation
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
9c94001fc8
NR RRC - Match the ARP priority to the Logical Channel Priority
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
bc0b6c2da9
NR RRC - Capture the priority level of the PDU Session
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
06ab3b97c5
NR RRC - Changed drb_priority array size to 32
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
7169e0a342
NR RRC - Moved generateDRB in the loop of 5QIs
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
28b1e9d3c9
NR RRC - Created function to check if DRB is active for a UE
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
0fd71f0973
NR RRC - Moved next_available_drb function outside generateDRB
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
240d45b731
NR RRC - Added break statements to fiveQI switch
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
a53ebcd7b9
NR RRC - Rename gNB_RRC_UE_t pointer of next_available_drb function
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
de827a8bdf
NR RRC - Remove unnecessary structs
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
1d7a1f69ed
NR RRC - Remove unnecessary function nr_ue_get
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
0d89f13a7d
NR RRC - Remove unnecessary function nr_ue_new
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
ed058bf477
NR RRC - Remove unused variable rnti from generateDRB function
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
2f33f547ca
NR RRC - Remove unused variable rnti from next_available_drb function
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
123f2eaf84
NR RRC - Use the gNB_RRC_UE_t struct for the next_available_drb procedures
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
ae9764f914
NR RRC - Changed for max DRBs per UE in next_available_drb function
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
29e17e3cfc
NR RRC - Added member used_drbs to pdusession_t struct
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
ffc65545f5
NR RRC - Changed macros for active and inactive drbs
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
68fe0ad4f2
NR RRC - Pass gNB_RRC_UE_t struct to next_available_drb function
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
66a299d902
NR RRC - Pass gNB_RRC_UE_t struct to generateDRB function
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
c1d5bb8efc
NR RRC - Added gNB_RRC_UE_t struct to dedicatedRRCReconfiguration funtion
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
5ba192ab69
NR RRC - Removed unused function for deleting drbs
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
0dd759e1b0
NR RRC - Use new macros for DRB_active and pduSessions struct members at gNB_RRC_UE_t
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
3ebec5c6ed
NR RRC - Added macro definitions for max. number of PDU Sessions and DRBs per UE
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
4e3d2ec6b9
Multiple DRBs - ASN1 & RRC
...
1. Added guard for exceeding DRB creation in ASN1 & RRC
2. Created function for finding the next available drb
Note: tested with 2 UEs in RFSIM mode
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
a0f25ad184
Multiple DRBs - RRC - Transfer of generateDRB func from rrc_gNB.c to rrc_gNB_drbs.c
2022-09-28 11:16:58 +02:00
Angelo Athanassopoulos
625a15b8fd
Multiple DRBs - RRC - Creation of DRB control files
2022-09-28 11:16:57 +02:00
Angelo Athanassopoulos
fba46aac0e
Multiple DRBs - RRC - generate DRBs from conf file
2022-09-28 11:16:57 +02:00
Angelo Athanassopoulos
d1b1b9e468
Multiple DRBs - gNB app - extra drb establishment from configuration file
2022-09-28 11:16:57 +02:00
Angelo Athanassopoulos
abfa385985
Multiple DRBs - Fix MR Conflicts: 1. RLC - Removed mispositioned conditional. 2. RRC - Replaced arguements in generateDRB func & use bool. 3. RRC - Removed the MAX_DRB_PDUSESSION definition. 4. SDAP - Replaced boolean_t with bool. 5. RRC - Fixed indentation in SDAP Configuration. 6. RRC - Changed var nb_drb_to_setup to 1.
2022-09-28 11:16:57 +02:00
Angelo Athanassopoulos
f59c47c404
Multiple DRBs - RRC - Added function for DRB creation
2022-09-28 11:16:51 +02:00
Angelo
52f52c748a
PDCP - Minor Log output change
2022-09-28 11:14:17 +02:00
angeloath
c5b87ef75a
SDAP - Log changes & small cleanup
2022-09-28 11:14:17 +02:00
francescomani
e3da2ca252
removing pucch-ResourceCommon from dedicated BWP
2022-09-28 10:56:12 +02:00
laurent
e8be155c08
merge develop
2022-09-28 10:35:47 +02:00
Robert Schmidt
a1de5e3d11
Merge branch 'integration_2022_wk39' into 'develop'
...
integration_2022_wk39
See merge request oai/openairinterface5g!1730
MR !1653 NR removing semi_static structures
MR !1690 Fix PDCCH when BWPStart is higher than 0
MR !1706 AMF and NGU mode config cleanup
MR !1721 Moving targets/ARCH to sdr/
MR !1724 Updated README for l2-sim, rf-sim
MR !1725 min_rxtxtime=6 added to docs when building the RFSimulator UE
MR !1729 fix(doc): healthchecks are now embedded in CN5G images
2022-09-28 07:23:49 +00:00
Roberto Louro Magueta
fe1d7d93d8
Fix bug in previous commit
2022-09-27 23:41:09 +01:00
Dhanuja Elizabeth Thomas
cf7ca35391
Updated values for few parameters in asue config file
...
1. ulsch_max_frame_inactivity
2. pusch_TargetSNRx10 and pucch_TargetSNRx10
3. prach_dtx_threshold
4. pdsch_AntennaPorts_XP
Addressing review comments on MR#1716
2022-09-27 21:33:32 +02:00
Robert Schmidt
4d86d8a0db
Merge remote-tracking branch 'origin/fix-doc-tutorial' into integration_2022_wk39
2022-09-27 19:13:53 +02:00
Robert Schmidt
e35b454c83
Merge remote-tracking branch 'origin/add_conf_param' into integration_2022_wk39
2022-09-27 19:13:47 +02:00
Robert Schmidt
60f27cbc2e
Merge remote-tracking branch 'origin/update_readme_5gcn' into integration_2022_wk39
2022-09-27 19:13:41 +02:00
Robert Schmidt
b2ea7c5f1a
Merge remote-tracking branch 'origin/remove_targets_arch' into integration_2022_wk39
2022-09-27 19:13:35 +02:00
Robert Schmidt
d867b4a1c1
Merge remote-tracking branch 'origin/e1-patch-merge2' into integration_2022_wk39
2022-09-27 19:13:28 +02:00
Robert Schmidt
cb1f3ab708
Merge remote-tracking branch 'origin/Fix_PDCCH_when_BWPStart_higher_than_0' into integration_2022_wk39
2022-09-27 19:12:04 +02:00
Raphael Defosseux
bcd4a4bd1b
fix(doc): healthchecks are now embedded in CN5G images
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-09-27 14:40:42 +02:00
kharade
17d12fd1b4
Merge branch 'develop' of https://gitlab.eurecom.fr/oai/openairinterface5g into entrypoint-update
2022-09-27 14:08:53 +02:00
Roberto Louro Magueta
4156f895dd
Set nrofSRS_Ports = min(maxNumberSRS_Ports, maxMIMO_Layers)
2022-09-27 13:00:21 +01:00
Raphael Defosseux
edcbff8f58
chore(ci): changes after peer review
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-09-27 11:34:00 +02:00
kharade
837a6085c2
removed duplicate flag in entrypoint
...
Signed-off-by: kharade <rohan.kharade@openairinterface.org >
2022-09-27 10:56:52 +02:00
francescomani
69f8b9d9e8
moving includes to the top
2022-09-27 10:31:41 +02:00
francescomani
f87977b1aa
addressing review comments
2022-09-26 19:07:33 +02:00
francescomani
19295d0edb
fix physical simulators
2022-09-26 18:54:58 +02:00
francescomani
22b25e8095
fix dlsim compilation
2022-09-26 18:54:58 +02:00
francescomani
f4f2b92779
bugfix in phytest mode
2022-09-26 18:54:58 +02:00
francescomani
07a582a639
finalizing deltaMCS implementation
2022-09-26 18:54:58 +02:00
francescomani
bdbd698912
removing pusch semi-static
2022-09-26 18:46:20 +02:00
francescomani
63327ce31a
compute pmi at the same time as layers
2022-09-26 18:32:16 +02:00
Roberto Louro Magueta
14d4afe6ca
Merge remote-tracking branch 'origin/develop' into develop-SRS-feedback
...
# Conflicts:
# openair1/SCHED_NR/phy_procedures_nr_gNB.c
# openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
2022-09-26 17:29:59 +01:00
francescomani
caa47c7496
removing pdsch semi-static
2022-09-26 18:27:36 +02:00
Sakthivel Velumani
c6fd2419d4
Remove ue->pucch_vars and scheduler call cleanup
2022-09-26 11:20:32 -04:00
francescomani
4c2185ebcd
remove Makefile.inc
2022-09-26 11:19:15 +02:00
francescomani
539563f03e
moving targets/ARCH to sdr/
2022-09-26 11:17:44 +02:00
mir
bf12d48d46
Added command line argument
2022-09-26 08:57:28 +02:00
Sakthivel Velumani
0248bf2ee5
AMF and NGU mode config cleanup
2022-09-25 13:06:58 -04:00
Robert Schmidt
bb396052a2
Merge branch 'integration_2022_wk38' into 'develop'
...
integration_2022_wk38
See merge request oai/openairinterface5g!1722
MR !1491 E1ap implementation skeletons
MR !1650 added multiple thread support for ECPRI/IF5 interface.and changed old pthread_cond_XXX mechanisms for RU to use thread-pool. New paramters in RU section to control thread CPU pinning and threadpool size.
MR !1675 NR_UE fixes for odd number of PRBs
MR !1694 Fix ulprbbl based on SRS
MR !1697 chore(ci): putting the Legacy LTE CI bench in order
MR !1703 SSB subcarrier offset from command line at UE
MR !1709 fix encoding error in mbms by regrouping the missing barrier at a single level
MR !1711 Increase log buffer: handle large log messages
MR !1715 Correct set gNB_ID, gNB_CU_ID does not exist
2022-09-24 11:16:27 +00:00
mir
227aa922e9
Added the min_rxtxtime variable
2022-09-23 15:04:43 +02:00
Roberto Louro Magueta
9f23e202e0
Update documentation
2022-09-23 11:13:40 +01:00
Roberto Louro Magueta
e5006c5c0e
Merge remote-tracking branch 'origin/develop' into develop-SRS-feedback
2022-09-23 11:01:34 +01:00
francescomani
85285a55ea
disabling dualConnectivityPHR in attempt to fix NSA PHR report
2022-09-23 10:18:08 +02:00
laurent
e87c3758ef
fix compile issue
2022-09-22 20:46:51 +02:00
Robert Schmidt
dc5d5f8d99
Merge remote-tracking branch 'origin/fix-gNB-ID-config' into integration_2022_wk38
2022-09-22 18:58:38 +02:00
Robert Schmidt
0d34d79f72
Merge remote-tracking branch 'origin/fix-log-output-len' into integration_2022_wk38
2022-09-22 18:58:26 +02:00
Robert Schmidt
5bef665b2f
Merge remote-tracking branch 'origin/fix-lte-mbms' into integration_2022_wk38
2022-09-22 18:58:18 +02:00
Robert Schmidt
e2d9bfcb78
Merge remote-tracking branch 'origin/SSB_offset_command_line_parameter' into integration_2022_wk38
2022-09-22 18:58:10 +02:00
Robert Schmidt
05242ea626
Merge remote-tracking branch 'origin/ci-legacy-4g-lte-bench-back-on' into integration_2022_wk38
2022-09-22 18:58:03 +02:00
Robert Schmidt
0eed353452
Merge remote-tracking branch 'origin/fix_ulprbbl_based_on_srs' into integration_2022_wk38
2022-09-22 18:57:43 +02:00
Robert Schmidt
678b8a23b2
Merge remote-tracking branch 'origin/nr_ue_odd_prb_fixes' into integration_2022_wk38
2022-09-22 18:57:29 +02:00
Robert Schmidt
1273846ca3
Merge remote-tracking branch 'origin/if5_ECPRI_rework' into integration_2022_wk38
2022-09-22 18:56:59 +02:00
laurent
01dc85f742
fix review comments
2022-09-22 18:53:14 +02:00
laurent
40db42015f
Merge branch 'develop' of https://gitlab.eurecom.fr/oai/openairinterface5G into nr_prs
2022-09-22 16:57:20 +02:00
Robert Schmidt
bfba0c87ed
Remove sudo from cls_physim1 class
...
We move the execution of the physim to a jumphost without sudo rights.
Therefore, remove sudo from this class.
2022-09-22 15:36:17 +02:00
Robert Schmidt
40b33845f7
Fix thresholds, fixup html table ref name to show tabs correctly
2022-09-22 13:58:06 +02:00
Robert Schmidt
1fedf2e508
Update timing thresholds and add 60MHz case
2022-09-22 07:41:53 +02:00
Robert Schmidt
0bf4f01b91
Resolve warnings
2022-09-21 15:16:33 +02:00
Raphael Defosseux
4f29e64749
chore(ci): clarification on why we can/should install UHD from source
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-09-21 14:37:05 +02:00
Raphael Defosseux
0dff2c9bc3
fix(docker): fixes when generating the templates for gNB conf files
...
* The '0x' format was forgetting that an hexadecimal value can have a-f chars
* If someone wants to use a dedicated NSSAI_SD value, it is possible now
* For experimental purpose in cluster, SDR addresses can be provided for one config
- could be expended later on other conf files
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-09-21 10:52:05 +02:00
luis_pereira87
051fa6ec57
Address review comments
2022-09-21 08:49:18 +01:00
luis_pereira87
2931884d07
Fix ulprbbl based on SRS
2022-09-21 08:38:30 +01:00
Rohan
18ead40b84
Entrypoint updated for deployment on cluster
2022-09-20 19:46:44 +00:00
francescomani
f62dc020c8
changing ssb subcarrier offset command line parameter to avoid overlap with SNR
2022-09-20 17:48:48 +02:00
Robert Schmidt
a549bc62a9
Correct set gNB_ID, gNB_CU_ID does not exist
2022-09-20 15:13:59 +02:00
laurent
23f49bd013
merge-develop-and-conflicts
2022-09-20 14:03:25 +02:00
laurent
2822415952
remove unused variables
2022-09-20 13:49:43 +02:00
Laurent Thomas
5087982997
fix encoding error in mbms by regrouping the missing barrier at a single level
...
tmp
2022-09-20 13:49:43 +02:00
Thomas Schlichter
4e024e1f11
remove unnecessary (void*) casts from files nr_dlsch_demodulation.c and nr_ulsch_ue.c
2022-09-20 11:03:40 +02:00
Robert Schmidt
5bf2626c6e
Remove hwlat refs in build_oai: targets don't exist anymore
2022-09-19 17:29:42 +02:00
Robert Schmidt
fb69173857
Add E1AP lib
2022-09-19 17:29:42 +02:00
Robert Schmidt
9aade1e0e1
Add E1AP Grammar and build ASN.1 lib at build time
2022-09-19 17:29:42 +02:00
Robert Schmidt
1b4a81637d
Accept higher vers. nums in make_version/MAKE_VERSION
2022-09-19 17:29:42 +02:00
Robert Schmidt
cdb18d38bf
Move CMakeLists.txt into root
2022-09-19 17:29:42 +02:00
Roberto Louro Magueta
fd921eaf04
Remove nr_srs_feedback_t srs_feedback from NR_pusch_semi_static_t
2022-09-19 15:59:06 +01:00
Roberto Louro Magueta
4d97a47e8e
Add comment and break in get_pusch_nb_antenna_ports() function
2022-09-19 14:08:40 +01:00
Roberto Louro Magueta
a46ac88e5b
Merge remote-tracking branch 'origin/develop' into develop-SRS-feedback
2022-09-19 13:41:30 +01:00
Robert Schmidt
40d8235500
Increase log buffer: handle large log messages
2022-09-19 11:39:09 +02:00
Sakthivel Velumani
0fe3a775c4
Remove ue->pdcch_vars
2022-09-15 16:03:10 -04:00
Sagar Parsawar
ba1a59f975
Bug fix to initialization of subdev selection string
2022-09-13 20:40:04 +02:00
Roberto Louro Magueta
76c112a8fc
Merge remote-tracking branch 'origin/develop' into develop-SRS-feedback
2022-09-13 13:05:10 +01:00
Roberto Louro Magueta
10faa7c558
Fix phy-simulators build
2022-09-13 13:04:58 +01:00
Roberto Louro Magueta
f71f8b5afc
Removing NR_CellGroupConfig_t *cg input from config_uldci() function
2022-09-12 20:03:43 +01:00
Raphael Defosseux
28155091ab
fix(ci): little typo
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-09-12 18:12:34 +02:00
Sagar Parsawar
7261b7d304
Updated NR-PRS documentation in doc/RUN_NR_PRS.md
2022-09-12 15:07:03 +02:00
Raphael Defosseux
11839724ea
fix(ci): typos and scenario adaptations for Legacy LTE CI bench after migration to Ubuntu22 and UHD 4.2.0.1
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-09-09 14:38:15 +02:00
Raphael Defosseux
11315ef602
fix(build): automatically applying UHD TDD patch for LTE
...
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr >
2022-09-09 14:35:54 +02:00
Sagar Parsawar
4baf1879c7
Added PRS documentation and plot_prs_Ttracer_dumps.m script
2022-09-09 10:59:37 +02:00
Dhanuja Elizabeth Thomas
c9147a9ef5
Updated README for l2-sim, rf-sim
2022-09-09 08:36:23 +02:00
Sagar Parsawar
35802ac003
Additional changes to extract_prs_dump script
2022-09-08 14:26:20 +02:00
Sagar Parsawar
f0692c1580
Renaming PRS gNB configs for multiple gNB scenario
2022-09-07 13:16:12 +02:00
Sagar Parsawar
d85e0ec92a
Merge remote-tracking branch 'origin/develop' into nr_prs
2022-09-07 09:15:36 +02:00
Sagar Parsawar
079f9e1bcd
Add bash script to extract PRS channel estimates from T tracer raw
...
file
2022-09-06 23:08:37 +02:00
Sagar Parsawar
d8037583f1
Added case for DFT/IDFT of size 768
2022-09-06 19:17:25 +02:00
luis_pereira87
76eaed3bf8
Address review comments by correctly re-formatting a piece of code using clang-format
2022-09-06 10:19:38 +01:00
Roberto Louro Magueta
e4f7733bc5
Merge remote-tracking branch 'origin/develop' into develop-SRS-feedback
...
# Conflicts:
# openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
# openair1/PHY/TOOLS/tools_defs.h
2022-09-06 10:02:00 +01:00
luis_pereira87
5a32092dc6
Address review comments by re-formatting a piece of code using clang-format
2022-09-05 17:56:33 +01:00
luis_pereira87
4fb78818d2
Fix 16 bit memory alignment on mod_dmrs buffer
2022-09-05 13:48:42 +01:00
francescomani
7a3dea3197
fix at UE for DMRS when there is a bwp start offset
2022-09-05 13:48:42 +01:00
luis_pereira87
fc10fd3f8c
Fix PDCCH decoding when BWPStart is higher than 0
2022-09-05 13:34:29 +01:00
Sagar Parsawar
3ec5d9ec44
Removing redundant configs changes, and config files
2022-09-05 12:25:25 +02:00
Sagar Parsawar
9eed7db8a3
Optimizing PRS buffers, added freeing up in nrUE
2022-09-01 22:17:01 +02:00
Roberto Louro Magueta
514adc7594
Merge remote-tracking branch 'origin/develop' into develop-SRS-feedback
...
# Conflicts:
# nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface_scf.h
# openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
2022-08-30 17:29:14 +01:00
Sagar Parsawar
73ca6daae9
Updated FEATURE_SET.md with PRS implementation
2022-08-30 09:38:17 +02:00
Sagar Parsawar
b2ae550274
Harmonizing abs32, abs64, absF, angle64 functions across LTE/NR
2022-08-29 21:13:26 +02:00
Sagar Parsawar
502b4d5933
Cleaning up scheduling PRS slot in gNB and nrUE
2022-08-29 21:13:07 +02:00
laurent
cfeae9560e
merge develop
2022-08-26 18:02:50 +02:00
Arash Sahbafard
23e6341237
Logs: initial TA and color != 31, various others
2022-08-26 13:46:09 +02:00
Arash Sahbafard
9c87b3fc01
Better print channel model parameters
2022-08-26 13:44:26 +02:00
Arash Sahbafard
7265feb4e1
Telnetsrv cmd to print TA values in UE
2022-08-26 13:44:26 +02:00
Arash Sahbafard
e494c11b65
Store TA total in UE
2022-08-26 13:44:26 +02:00
Arash Sahbafard
f23f435509
RFsim Telnet command to get current timestamp/vtime
2022-08-26 13:44:26 +02:00
Arash Sahbafard
d9b5c0c817
Implement RFsim setdistance/getdistance telnet cmd
2022-08-26 13:44:26 +02:00
Arash Sahbafard
7f22f1e51e
Read offset (* nbTx) antennas in past
2022-08-26 13:44:26 +02:00
Arash Sahbafard
b68057ef2a
Telnetsrv: TELNETSRV_CMDFLAG_PUSHINTPOOLQ no parameters
2022-08-26 13:44:26 +02:00
Arash Sahbafard
25bd5fb915
Telnetsrv: TELNETSRV_CMDFLAG_PUSHINTPOOLQ cmds get fifo
...
Previously, only the first out of multiple telnet commands with
TELNETSRV_CMDFLAG_PUSHINTPOOLQ option would get a pointer to the fifo
queue, which is fixed in this commit.
Further, add_telnetcmd() now checks whether TELNET_MAXCMD is reached,
and prints and error.
Reformatted/simplified the function.
2022-08-26 13:44:26 +02:00
Sagar Parsawar
a292f1a251
Changes in prs config parsing function, added help string
2022-08-25 23:01:30 +02:00
Sagar Parsawar
7bc69f505a
Modified PRS FR1 and FR2 configs for gNB and UE with latest
...
from develop branch, also verified in rfsim
2022-08-25 16:38:07 +02:00
Sagar Parsawar
efb75d4b94
Removing extra gNB and UE configs for used for PRS
2022-08-25 14:52:07 +02:00
Sagar Parsawar
10eedd667a
Fixed memory leak issue of nr_gold_prs buffer in gNB
2022-08-25 14:43:21 +02:00
Thomas Schlichter
f8de623286
NR_UE: use improved version of mult-layer dlsch_extract_rbs(), also correctly handling odd number of PRBs
2022-08-25 12:10:48 +02:00
Thomas Schlichter
421eb65a9a
NR_UE: fix ulsch precoding for RB crossing DC (odd number of RB)
2022-08-25 12:10:48 +02:00
Sagar Parsawar
006421d7af
Fixed oai_dfts buffer size issue for IDFT65536 and IDFT384
2022-08-24 23:46:43 +02:00
Sagar Parsawar
96a7c4ddac
Revert "not calling ue scheduler in phy_test mode"
...
This reverts commit 4704af4874 .
2022-08-23 16:34:13 +02:00
Sagar Parsawar
bb7a22be0d
Merge remote-tracking branch 'origin/develop' into nr_prs
2022-08-22 19:16:55 +02:00
Roberto Louro Magueta
ae7a2f5893
Merge remote-tracking branch 'origin/develop-SRS-MIMO' into develop-SRS-feedback
...
# Conflicts:
# openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
# openair1/SCHED_NR/phy_procedures_nr_gNB.c
2022-08-22 14:47:55 +01:00
Raymond Knopp
3f790e1504
Merge remote-tracking branch 'origin/develop' into if5_ECPRI_rework
2022-08-20 19:22:31 +02:00
Raymond Knopp
787249fe8a
fix for L2 emulator test
2022-08-20 19:20:50 +02:00
Roberto Louro Magueta
5d9f91f6a3
Fix input in fill_srs_channel_matrix() function
2022-08-10 19:53:57 +01:00
Raymond Knopp
3ef063194a
small modification for performance tracing of RU procedures
2022-08-10 17:27:57 +02:00
Sagar Parsawar
3301cba159
Resolved seg fault in UE in absence of prs_config file
2022-08-09 11:55:55 +02:00
Raymond Knopp
8530b9c2c2
fixed issue with default CPU cores for RU in CI (now defaults to 2 TP cores and O/S controlled scheduling)
2022-08-09 08:24:37 +02:00
Roberto Louro Magueta
e5133cf669
Move more variables to nr_srs_channel_estimation() function
2022-08-08 16:25:50 +01:00
Roberto Louro Magueta
65b56db9ec
Move srs_ls_estimated_channel[] to nr_srs_channel_estimation() function
2022-08-08 16:07:58 +01:00
Roberto Louro Magueta
1504e9256b
Fix build after merge
2022-08-08 15:11:18 +01:00
Roberto Louro Magueta
12e4619f05
Merge remote-tracking branch 'origin/develop-SRS-MIMO' into develop-SRS-feedback
...
# Conflicts:
# openair1/SCHED_NR/phy_procedures_nr_gNB.c
# openair2/LAYER2/NR_MAC_COMMON/nr_mac.h
# openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
# openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c
# openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
# openair2/LAYER2/NR_MAC_gNB/mac_proto.h
2022-08-08 14:28:32 +01:00
Sagar Parsawar
68f7e1d3ab
Removing duplicate file lte_gold_generic.c
2022-08-08 13:40:47 +02:00
Raymond Knopp
2ed7e89bd2
Merge remote-tracking branch 'origin/develop' into if5_ECPRI_rework
...
Conflicts:
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
2022-08-08 07:25:13 +02:00
Raymond Knopp
4e9c9c5864
added configurable half-slot parallelization to RU processing (same as original version)
2022-08-07 22:49:11 +02:00
Raymond Knopp
ed972fd6c6
changes to documentation ethernet.md and bug introduced through simplification (sectional of nr_feptx in nr-ru.c)
2022-08-06 16:27:41 +02:00
Raymond Knopp
d517c0c5b2
missing definitiona for build of OAI RU
2022-08-06 14:02:28 +02:00
Raymond Knopp
491d97dee9
removal of IF5_tools.x and old NR RU multi-threaded implementation. Fixes for LTE build
2022-08-06 12:13:16 +02:00
Sagar Parsawar
a5eda343ed
1. Fixed pbchsim build failure due to prs source file dependacy
...
2. Fixed GPS time assert in gNB_scheduler_uci.c
2022-08-05 17:29:51 +02:00
Raymond Knopp
517970a445
warning removal
2022-08-05 07:44:22 +02:00
Raymond Knopp
87a51c9e18
Merge remote-tracking branch 'origin/develop' into if5_ECPRI_rework
...
Conflicts:
openair1/PHY/NR_ESTIMATION/nr_measurements_gNB.c
2022-08-05 07:21:09 +02:00
Raymond Knopp
1b35f0b163
added profiling circular buffer to gNB
2022-08-05 07:18:44 +02:00
Sagar Parsawar
260420307f
Merge remote-tracking branch 'origin/develop' into nr_prs
2022-08-04 15:12:01 +02:00
Sagar Parsawar
117c8bcc95
Merge remote-tracking branch 'origin/develop' into nr_prs
2022-08-04 14:37:05 +02:00
Sagar Parsawar
ad61b92eb8
Merge remote-tracking branch 'origin/nr_prs_merge' into nr_prs
2022-08-04 13:41:19 +02:00
Sagar Parsawar
f7ae2f0c9f
Merge branch 'nr_prs' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs
2022-08-04 13:27:29 +02:00
Raymond Knopp
afed0cec34
testing with 20 and 50 MHz 2x2 on Jaguar. Adding simple documentation in ethernet.md file.
2022-08-03 17:15:49 +02:00
Raymond Knopp
745ef122b8
logging in eth_udp.c to warn about potential missed TX opportunities.
2022-08-02 09:09:07 +02:00
Raymond Knopp
cecb9568ad
warning removal
2022-08-01 08:51:29 +02:00
Raymond Knopp
10d288e9ab
Merge remote-tracking branch 'origin/develop' into if5_ECPRI_rework
2022-07-31 21:25:02 +02:00
Raymond Knopp
3760ffa4af
Merge remote-tracking branch 'origin/develop' into if5_ECPRI_rework
2022-07-30 19:36:27 +02:00
Sagar Parsawar
cd7f8333f7
Adding 16x IDFT interpolation for PRS peak estimation
2022-07-25 13:57:56 +02:00
Roberto Louro Magueta
384fad9e8a
Align memory in srs_estimated_channel_freq and srs_estimated_channel_time
2022-07-22 12:04:21 +01:00
Roberto Louro Magueta
8036d9ee7e
Merge remote-tracking branch 'origin/develop-SRS-MIMO' into develop-SRS-feedback
2022-07-20 20:32:01 +01:00
Roberto Louro Magueta
ca086cd23c
Merge remote-tracking branch 'origin/develop-SRS-MIMO' into develop-SRS-feedback
...
# Conflicts:
# openair1/SCHED_NR/phy_procedures_nr_gNB.c
2022-07-05 20:39:08 +01:00
Sagar Parsawar
daa8484670
Fixing PRS resource scheduling in UE
2022-07-05 15:45:36 +02:00
Eurecom
128fbebf24
Adding 3 and 4gNB PRS configs for FR1 40/80MHz
2022-07-05 14:30:29 +02:00
Sagar Parsawar
8bc011b76d
Fixed USRP lib alignment issue in trx_usrp_read() function
2022-07-04 16:48:55 +02:00
Roberto Louro Magueta
7e707eff5a
Fix nr_pbchsim build
2022-07-04 11:12:32 +01:00
Sagar Parsawar
431d28e00d
FR2 64PRBs working configs for 2gNB schenario
2022-06-30 16:41:10 +02:00
Sagar Parsawar
63b94b742a
Adding PRS multiple gNB and UE configs
2022-06-28 16:11:58 +02:00
Roberto Louro Magueta
addd5d1ea9
Merge remote-tracking branch 'origin/develop-SRS-MIMO' into develop-SRS-feedback
2022-06-27 12:04:53 +01:00
Roberto Louro Magueta
6056e854e1
Get TPMI up 4 antenna ports and 1 layer
2022-06-25 18:07:09 +01:00
Sagar Parsawar
605a44233b
Fixing PRS resource repetition handling
2022-06-25 16:23:43 +02:00
Sagar Parsawar
f2de1eb4eb
T tracer dumps per PRS resources
2022-06-25 13:27:36 +02:00
Sagar Parsawar
e4ef9d3ac1
Added same slot scheduling for multiple gNB and PRS resources
2022-06-25 13:25:53 +02:00
Roberto Louro Magueta
b0f554e230
Fix memory leaks
2022-06-23 20:45:55 +01:00
Roberto Louro Magueta
d5f23af842
Merge remote-tracking branch 'origin/develop-SRS-MIMO' into develop-SRS-feedback
...
# Conflicts:
# openair1/SCHED_NR/phy_procedures_nr_gNB.c
2022-06-23 19:51:44 +01:00
Roberto Louro Magueta
a51e8332cf
TPMI computation for single-layer transmission using two antenna ports
2022-06-21 21:12:01 +01:00
Roberto Louro Magueta
4a8cc3490c
Sending channel matrix to MAC to allow TPMI calculation
2022-06-20 02:20:03 +01:00
Roberto Louro Magueta
a721c658c8
Merge remote-tracking branch 'origin/develop-SRS-MIMO' into develop-SRS-feedback
...
# Conflicts:
# openair1/SCHED_NR/phy_procedures_nr_gNB.c
# openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c
2022-06-19 03:09:32 +01:00
Sagar Parsawar
7a8c977eaf
Added PRS resource repetition capability in OAI gNB and UE
2022-06-14 10:48:00 +02:00
Sagar Parsawar
de65d0bdd6
Fixed prs_vars initialization issue in OAI UE
2022-06-13 16:36:07 +02:00
Sagar Parsawar
0c14b5fc75
Added NPRS-ID based PRS sequence generation for OAI gNB and UE
2022-06-13 15:45:56 +02:00
rmagueta
0a71e520d6
Merge remote-tracking branch 'origin/develop-SRS-MIMO' into develop-SRS-feedback
...
# Conflicts:
# openair2/LAYER2/NR_MAC_gNB/main.c
2022-06-13 13:43:33 +01:00
Raymond Knopp
6236fe8e77
changes for thread-core pinning
2022-06-11 08:08:03 +02:00
Roberto Louro Magueta
5df658141b
Implementation of pack and unpack functions for nfapi_nr_srs_normalized_channel_iq_matrix_t
2022-06-10 20:41:22 +01:00
Roberto Louro Magueta
cc52682bc2
Fix SRS stats depending on SRS usage
2022-06-10 16:16:10 +01:00
Roberto Louro Magueta
51c95d2747
Send correct FAPI SRS indication PDU depending on SRS usage
2022-06-10 14:27:56 +01:00
Roberto Louro Magueta
a333dddeaa
Merge remote-tracking branch 'origin/develop-SRS-MIMO' into develop-SRS-feedback
2022-06-09 01:29:01 +01:00
Roberto Louro Magueta
fa94c338a8
Updates in FAPI so in the future to be able to have a TPMI on MAC at gNB based on SRS
2022-06-08 11:37:03 +01:00
Roberto Louro Magueta
0a496f44c4
Add comment about 3GPP TS 38.133 - Section 8 - Table 8.2.1.2.7-2
2022-06-02 19:41:53 +01:00
Roberto Louro Magueta
319bef7c87
Use UE capability to select the the number of SRS ports
2022-06-02 19:28:48 +01:00
Roberto Louro Magueta
17ed513a60
Fix after merge
2022-06-01 19:09:22 +01:00
Roberto Louro Magueta
c0a1c0d11d
Merge remote-tracking branch 'origin/develop-SRS-MIMO' into develop-SRS-feedback
2022-06-01 17:54:18 +01:00
Sagar Parsawar
c62ddbe231
Updated NRPRS UE config for 106PRB, 2gNBs
2022-06-01 14:37:35 +02:00
Sagar Parsawar
1f788f0ebe
Merge branch 'nr_prs_merge' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs_merge
2022-06-01 14:16:14 +02:00
Sagar Parsawar
2a3414725a
NR PRS scheduling for generalised slot periodicity
2022-06-01 14:15:40 +02:00
Florian Kaltenberger
fdb0f4cd35
Merge branch 'nr_prs_merge' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs_merge
2022-06-01 09:20:18 +02:00
Florian Kaltenberger
4d44eef9f3
fixing time domain signal in T tracer
2022-06-01 09:19:44 +02:00
Roberto Louro Magueta
8759eae05e
Fix in get_pusch_nb_antenna_ports
2022-05-31 17:44:18 +01:00
Sagar Parsawar
e8451eb892
Added 2gNB PRS working config 106PRBs
2022-05-31 16:52:25 +02:00
Florian Kaltenberger
4704af4874
not calling ue scheduler in phy_test mode
2022-05-31 11:26:03 +02:00
Florian Kaltenberger
fab75b4af8
aligning some internal memory to avoid segfaults
2022-05-31 11:25:06 +02:00
Roberto Louro Magueta
d6e960e4d7
Implementation of tables and get values to precoding information
2022-05-30 20:50:00 +01:00
Roberto Louro Magueta
762eba239e
Implementation of tables and get values to SRS resource indicator
2022-05-30 15:28:03 +01:00
Raymond Knopp
7b8f776246
Merge branch 'if5_ECPRI_rework' of https://gitlab.eurecom.fr/oai/openairinterface5g into if5_ECPRI_rework
2022-05-30 11:49:04 +02:00
Raymond Knopp
c353d47329
removed CBPF rule regarding CPU selection
2022-05-30 11:48:32 +02:00
Raymond Knopp
514462f1df
Merge branch 'if5_ECPRI_rework' of https://gitlab.eurecom.fr/oai/openairinterface5g into if5_ECPRI_rework
...
Conflicts:
targets/ARCH/ETHERNET/USERSPACE/LIB/eth_udp.c
2022-05-30 11:47:58 +02:00
Raymond Knopp
29f84b815e
commit before merge
2022-05-30 10:35:04 +02:00
Raymond Knopp
ca782ef2cb
added threadPool to RU entity (FEP and FEP TX)
2022-05-30 07:21:39 +02:00
Florian Kaltenberger
e141b20836
GPS sync improvements
2022-05-29 21:41:18 +02:00
Raymond Knopp
2b426c0cc9
added threadPool for IF5 TX path
2022-05-28 07:47:41 +02:00
rmagueta
82ef4b3dfc
Merge remote-tracking branch 'origin/develop-SRS-MIMO' into develop-SRS-feedback
2022-05-27 12:04:35 +01:00
Roberto Louro Magueta
8c517c6779
Add debug logs
2022-05-26 20:18:10 +01:00
Roberto Louro Magueta
ed917dbdd6
Fixes in compute_srs_resource_indicator function
2022-05-26 19:39:05 +01:00
Roberto Louro Magueta
37b63f32c0
Implementation of compute_srs_resource_indicator function to be improved in future commits
2022-05-26 17:50:56 +01:00
Raymond Knopp
c5fc94a3cb
Merge branch 'if5_ECPRI_rework' of https://gitlab.eurecom.fr/oai/openairinterface5g into if5_ECPRI_rework
2022-05-25 21:41:56 +02:00
Raymond Knopp
d0be523f6c
corrections for 20 and 40 MHz n38. Some assertions were wrong.
2022-05-23 22:06:23 +02:00
Sagar Parsawar
b30e673348
Added T trader dump for Tx signal in gNB
2022-05-23 16:38:42 +02:00
Raymond Knopp
44a3a60183
commented useless call to function which creates an assert with band n38
2022-05-23 10:57:22 +02:00
rakesh mundlamuri
09f50edc88
adding subdev selection for nrUE
2022-05-20 09:59:46 +02:00
Sagar Parsawar
f2e1a4a1a8
bug fix for subdev selection
2022-05-19 16:28:50 +02:00
rakesh mundlamuri
68dd4fa20b
introducing the selection of tx and rx subdev
2022-05-19 12:41:20 +02:00
Sagar Parsawar
b6e2f0e0c9
gps time sync improvements
2022-05-18 16:50:35 +02:00
Sagar Parsawar
78e9666481
Merge remote-tracking branch 'origin/nr_prs' into nr_prs_merge
2022-05-18 10:56:17 +02:00
Raymond Knopp
bad9c5969f
Merge remote-tracking branch 'origin/develop' into if5_ECPRI_rework
...
Conflicts:
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
2022-05-14 09:27:39 +02:00
Robert Schmidt
f2c60f446e
Remove assert for frame/slot checking in future_ul_tti_req
2022-05-11 05:23:11 +02:00
Florian Kaltenberger
f67a38473a
reverting init of future_ul_tti_req to develop version
2022-05-11 05:20:12 +02:00
Sagar Parsawar
0ef771a6c2
Merge remote-tracking branch 'origin/develop' into nr_prs_merge
...
not fixed: pbchsim.c
2022-05-10 13:14:45 +02:00
Florian Kaltenberger
e7671506d1
config files for 273PRB for 2gNBs
2022-05-09 15:38:33 +02:00
Sagar Parsawar
6b08c43ae8
Added 2gNB config for PRS
2022-05-09 14:46:24 +02:00
Florian Kaltenberger
0bc6b0bdce
revisiting the initialization of the future_ul_tti_request when gps sync is used
2022-05-09 14:20:18 +02:00
Raymond Knopp
0f207da28a
initial changes for multi-threaded TX for IF5
2022-05-08 18:36:42 +02:00
Sagar Parsawar
9418fa84ce
updated FR1 and FR2 PRS config files
2022-05-07 14:12:47 +02:00
Sagar Parsawar
9af7987e75
OAI UE: Cleaned up PRS buffer handling
2022-05-07 12:48:08 +02:00
Raymond Knopp
6bb14205b0
Merge remote-tracking branch 'origin/develop' into if5_ECPRI_rework
2022-05-07 07:36:36 +02:00
Sagar Parsawar
4e86919060
gNB & nrUE: Added multiple PRS resources scheduling
2022-05-06 18:03:48 +02:00
Raymond Knopp
8e57947067
Merge remote-tracking branch 'origin/NR_RRC_processing_timer' into if5_ECPRI_rework
2022-05-06 09:36:07 +02:00
Raymond Knopp
fe3f513a9d
Merge remote-tracking branch 'origin/tdd25period_for_MR' into if5_ECPRI_rework
2022-05-05 20:07:59 +02:00
Raymond Knopp
f4fc8e3682
Merge remote-tracking branch 'origin/tdd25period_for_MR' into if5_ECPRI_rework
2022-05-02 00:06:08 +02:00
Raymond Knopp
f0e8032b29
Merge remote-tracking branch 'origin/develop' into if5_ECPRI_rework
2022-05-01 14:51:27 +02:00
Raymond Knopp
fc0396f9f4
2x2 20 and 50 MHz tested with AW2S Jaguar with new FW and NR configurations
2022-05-01 13:10:04 +02:00
Sagar Parsawar
2d47bde708
Resolved merge conflict
2022-04-11 18:08:12 +02:00
Raymond Knopp
05cdd1b4da
temporary commit
2022-04-09 15:56:30 +02:00
rakesh mundlamuri
8b9c76be88
revert the config files 106 and 273 for usrp n310
2022-04-07 11:53:44 +02:00
rakesh mundlamuri
df67fd02a9
renamed config files to use it with usrp x310
2022-04-07 11:48:56 +02:00
rakesh mundlamuri
3ab0c2bae8
ue prs config for 217 PRB
2022-04-07 11:30:08 +02:00
rakesh mundlamuri
7b34a49de0
centered fr1 config to 3.75 GHz
2022-04-07 11:22:28 +02:00
Sagar Parsawar
272dcd40b2
updated FR1/FR2 gNB and UE configs for PRS
2022-04-07 10:51:59 +02:00
Florian Kaltenberger
dd6abd66dd
adding FR2 PRS config file
2022-04-07 10:18:18 +02:00
Florian Kaltenberger
ca638ef710
adding config files for PRS FR1
2022-04-07 09:33:01 +02:00
Robert Schmidt
bcdeac0a23
Correct include directories for oai_usrpdevif
2022-04-07 09:33:01 +02:00
Florian Kaltenberger
367ad780a4
fixing "making SFN dependent on GPS time"
...
in fact it syncs the USRP time to GPS time when available and then derives the SFN from the USRP time.
a side effect is that now SFN does not necessarily start at 0 and this also required other changes
- initialization of the future_ul_tti_request.
- fixing a bug in get_samples_per_slot
2022-04-06 17:40:14 +02:00
Florian Kaltenberger
5b22d94d37
adding special PRB configs
2022-04-06 17:38:35 +02:00
Sagar Parsawar
f5587fcdca
OAI UE: Added SNR measurements and averaging PRS channel estimates over NumPRSSymbols
2022-04-05 15:02:47 +02:00
Raymond Knopp
8fdf4af6aa
added multiple thread support for ECPRI/IF5 interface. Uses SO_REUSEPORT for listening with multiple sockets in different threads
2022-04-03 22:23:33 +02:00
Sagar Parsawar
7bedc74d6e
Merge branch 'nr_prs' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs
2022-04-01 13:01:56 +02:00
rakesh mundlamuri
a907d3d220
beam switching logic for sivers
2022-03-30 08:43:53 +02:00
Sagar Parsawar
0d2fb97492
Merge branch 'nr_prs' of https://gitlab.eurecom.fr/florian.kaltenberger/openairinterface5g into nr_prs
2022-03-29 17:34:10 +02:00
Sagar Parsawar
a618b97a35
Added MQTT client libraries to publish message
2022-03-29 17:32:02 +02:00
Florian Kaltenberger
f85ccaa007
Revert "making SFN dependent on GPS time (when available)"
...
This reverts commit 5679e4a3b3 .
2022-03-28 12:22:11 +02:00
Florian Kaltenberger
24594d993a
adding case for 8 bit alignment in usrp rx
2022-03-28 12:08:48 +02:00
Sagar Parsawar
984830505b
256-bit alignment fix in trx_usrp_write/trx_usrp_write_thread functions
2022-03-28 10:58:41 +02:00
Florian Kaltenberger
5679e4a3b3
making SFN dependent on GPS time (when available)
2022-03-22 11:10:07 +01:00
Sagar Parsawar
828387c512
OAI UE: Added prs measurements in structure
2022-03-17 15:11:59 +01:00
Eurecom
1d920ee1a7
Merge branch 'nr_prs' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs
2022-03-16 19:34:42 +01:00
Sagar Parsawar
cd3525772a
OAI UE: PRS mutliple gNB fixes
2022-03-16 19:34:06 +01:00
Sagar Parsawar
d196529cf8
OAI UE: PRS mutliple gNB fixes
2022-03-16 17:27:50 +01:00
Raymond Knopp
b880e449c7
Merge branch 'nr_prs' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs
2022-03-14 18:07:15 +01:00
Raymond Knopp
27c16382bf
changes to support 768-point DFT/IDFT, renaming of 768-point DFT for DFT-precoding (4 DFTs per call)
2022-03-14 18:06:14 +01:00
Raymond Knopp
070b663a54
intermediate commit
2022-03-14 13:29:16 +01:00
Raymond Knopp
e71578e7d0
Merge branch 'tdd25period_for_MR' into tdd2_5period_withRLCupdate
...
Conflicts:
openair2/LAYER2/NR_MAC_gNB/config.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
targets/ARCH/AW2SORI/oaiori.c
2022-03-13 07:30:44 +01:00
Sagar Parsawar
2f46d68a64
OAI UE: fixes for multiple rx antenna processing and T tracer dumps in PRS channel estimation
2022-03-11 11:22:24 +01:00
Raymond Knopp
401d981584
optimizations for IF5 fronthaul with AW2S 4x4 RU
2022-03-04 19:17:34 +01:00
Sagar Parsawar
9542973fde
OAI UE: Cleanup of prints in PRS channel estimation function
2022-03-04 17:39:57 +01:00
Sagar Parsawar
76ba0aaa1d
PRS config file changes for multiple gNB handling
2022-03-04 16:23:20 +01:00
Sagar Parsawar
fbef10996b
OAI UE: PRS support for multiple Rx antenna and multiple gNB IDs
2022-03-03 17:55:52 +01:00
Sagar Parsawar
51df66257f
OAI dft/idft support for 768 and 384
2022-03-03 17:54:00 +01:00
Sagar Parsawar
865fdb98e3
Adding DFT & IDFT for 768 size
2022-03-02 17:59:00 +01:00
Sagar Parsawar
0286752f33
Adding FR2 66PRB working config, tested in RFSim
2022-02-24 16:10:52 +01:00
Raymond Knopp
963ffe67c1
Merge remote-tracking branch 'origin/bugfix-nr-rlc-2022-w08' into tdd2_5period_withRLCupdate
...
Conflicts:
openair2/GNB_APP/gnb_config.c
openair2/LAYER2/NR_MAC_gNB/config.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
openair2/RRC/NR/MESSAGES/asn1_msg.c
2022-02-22 22:23:23 +01:00
Sagar Parsawar
eb1595098d
Merge branch 'nr_prs' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs
2022-02-21 15:25:57 +01:00
Sagar Parsawar
0fcf8d9c20
Adding usage of PRS RBOffset in the PRS Generation at gNB and Channel estimation at UE
2022-02-21 15:25:32 +01:00
Florian Kaltenberger
c4caff79e8
fixes for FR2 3/4 sampling, adding config file for FR2 132 PRB
2022-02-18 12:55:29 +01:00
Sagar Parsawar
43461149b3
OAI UE: Created new Ttracer ID for PRS Channel estimates
2022-02-17 19:25:10 +01:00
Sagar Parsawar
476e9f62d9
Added PRS parameters to config file for OAI gNB and nrUE
2022-02-16 16:29:10 +01:00
Sagar Parsawar
106ff68a95
OAI UE: Peak estimator added for PRS TD impulse response
2022-02-09 21:13:31 +01:00
Cedric Roux
e5a3bcdc33
nr-ue: fix T tracer
...
T tracer was not functional anymore. because init_tpools() was called
before T_Config_Init().
The problem was that init_tpools() creates some threads and T_Config_Init()
does call fork() and the child process (which is the one running the
softmodem, the parent process is used to monitor it, this is the design
of the T tracer, maybe to change at some point, it's too complicated) has
no thread after the fork(). The threads created by init_tpools() are gone.
Game over.
In conclusion: T_Config_Init() has to be called very early in the life of
the softmodem, at least before init_tpools().
2022-02-09 14:07:41 +01:00
Florian Kaltenberger
1b0d699dca
Merge branch 'nr_prs' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs
2022-02-04 16:47:28 +01:00
Florian Kaltenberger
12b668e9cb
fixing a bug in ue-scan-carrier
2022-02-04 16:46:57 +01:00
Sagar Parsawar
457ed5807e
Merge branch 'nr_prs' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs
2022-02-02 17:11:46 +01:00
Sagar Parsawar
3f2eaefc47
OAI UE: PRS channel estimation bug fix for prschestF rearranging in FFT format
2022-02-02 17:11:14 +01:00
Sagar Parsawar
9b52620fbe
Merging from develop branch
2022-02-01 14:52:17 +01:00
Sagar Parsawar
1c57a8618c
bug fix for PRS DL channel estimation in OAI UE, added more debug prints
2022-01-31 12:25:52 +01:00
Florian Kaltenberger
cfd3164113
redoing changes to add channel model to pbchsim
2022-01-27 14:47:25 +01:00
Sagar Parsawar
e4767dbd5b
fixed compilation error on OAI UE
2022-01-27 12:23:27 +01:00
Sagar Parsawar
c846f16ee0
Changing printf to LOG_I
2022-01-27 12:05:50 +01:00
Sagar Parsawar
ea8d27a241
OAI UE: PRS Time domain IR and UE procedures function call
2022-01-26 14:46:26 +01:00
Rakesh Mundlamuri
d79a38bf5e
fix merge conflicts
2022-01-25 13:42:30 +01:00
Rakesh Mundlamuri
edfe8c55cf
bugfix
2022-01-25 13:40:38 +01:00
Sagar Parsawar
55c644838a
Added PRS TD impulse response for Comb size 2 and 4
2022-01-25 12:02:05 +01:00
Sagar Parsawar
8b4d21d911
OAI UE: CombSize 2 support for PRS channel estimation and interpolation
2022-01-24 12:57:13 +01:00
Sagar Parsawar
e3fa219204
Merge confict
2022-01-24 10:00:28 +01:00
Sagar Parsawar
d42fa41055
Fixed re_offset issue in PRS channel estimation for combSize 4
2022-01-24 09:54:34 +01:00
Florian Kaltenberger
4d18f56139
adding channel models to pbchsim
2022-01-21 11:44:10 +01:00
Sagar Parsawar
6fc416797c
Initial NR PRS UE Channel estimation changes integrated to NR_PBCHSim
2022-01-19 10:21:30 +01:00
ahadi
800a8268a3
"update"
2022-01-10 16:02:32 +01:00
ahadi
b48ffa73e4
adding first_carrier_offset to subcarrier ind
2022-01-10 09:51:49 +01:00
ahadi
d9b4089f80
"minor fixes in nr_prs.c"
2022-01-10 08:52:24 +01:00
ahadi
aa73030ecc
"update prs start symbol"
2022-01-07 16:10:50 +01:00
ahadi
5339b35290
"update"
2022-01-07 11:13:32 +01:00
ahadi
c63960c0f2
update debugger
2021-12-13 14:04:57 +01:00
Florian Kaltenberger
b1cb0c463c
Merge branch 'nr_prs' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs
2021-12-10 16:16:19 +01:00
Florian Kaltenberger
cd80a89daa
fixing a bug in the modulation
2021-12-10 16:15:23 +01:00
ahadi
c40b433a26
update
2021-12-10 16:04:08 +01:00
ahadi
ab586bcf3b
debug modulation
2021-12-10 15:30:16 +01:00
ahadi
910912a443
adding prs structure
2021-12-10 11:14:09 +01:00
Florian Kaltenberger
464509e324
adding LPP ASN1 message definitions and code generation
2021-12-07 15:28:27 +01:00
Florian Kaltenberger
54c5bb1d48
some bugfixing
2021-12-02 16:03:41 +01:00
ahadi
a6fd470772
prs resource mapping
2021-11-30 20:08:40 +01:00
ahadi
f136f047c0
update
2021-11-28 18:37:01 +01:00
ahadi
289c9c9469
modulating prs
2021-11-26 11:33:52 +01:00
ahadi
cf9adcab96
modulating prs
2021-11-26 11:30:12 +01:00
ahadi
6b8f83b849
update
2021-11-03 15:24:24 +01:00
ahadi
1a6610ee3f
adding nr_prs.c to cmakelist and headers
2021-11-03 15:16:57 +01:00
ahadi
70889ee949
fix nr_gold.c
2021-11-03 10:46:58 +01:00
ahadi
154850754c
Merge branch 'nr_prs' of https://gitlab.eurecom.fr/oai/openairinterface5g into nr_prs
2021-11-03 10:31:41 +01:00
Mohsen Ahadi
177e07d7cb
Update nr_gold.c
2021-11-03 09:27:40 +00:00
ahadi
59cf14a021
fixing nr_gold.c
2021-11-03 10:19:05 +01:00
ahadi
de272c7b2f
print
2021-10-28 22:17:35 +02:00
Mohsen Ahadi
3e6ad5f0ee
Update nr_gold.c
2021-10-28 14:38:17 +00:00
Mohsen Ahadi
85aac0f5c4
Update nr_gold.c
2021-10-28 14:30:52 +00:00
Mohsen Ahadi
37c2181034
Update nr_gold.c
2021-10-27 15:21:11 +00:00
Mohsen Ahadi
7715db28f0
Update nr_gold.c
2021-10-27 15:20:33 +00:00
ahadi
3d0c941d2c
adding nr_init_prs() to nr_gold.c
2021-10-27 17:15:54 +02:00
Mohsen Ahadi
1f86c34f0a
Update nr_init.c
2021-10-27 14:15:43 +00:00
ahadi
98994a0ba6
Update nr_init.c
2021-10-26 16:01:16 +00:00
ahadi
c9439857d7
Update nr_gold.c
2021-10-26 15:52:22 +00:00
Florian Kaltenberger
de8d4f4318
adding pseudo code to start prs development
2021-09-13 09:59:47 +02:00