Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
4795 commits behind the upstream repository.
  • Melissa's avatar
    f8efb13b
    NR MIMO 2x2 Support · f8efb13b
    Melissa authored and Robert Schmidt's avatar Robert Schmidt committed
    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.
    f8efb13b
    History
    NR MIMO 2x2 Support
    Melissa authored and Robert Schmidt's avatar Robert Schmidt committed
    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.
oaienv 976 B

export OPENAIR_HOME=$(pwd)
export OPENAIR_DIR=$(pwd)
export LTE_AWGN_RESULTS_DIR=$OPENAIR_DIR/openair1/SIMULATION/LTE_PHY/BLER_SIMULATIONS/AWGN/AWGN_results
export NR_AWGN_RESULTS_DIR=$OPENAIR_DIR/openair1/SIMULATION/NR_PHY/BLER_SIMULATIONS/AWGN/AWGN_results
export NR_MIMO2x2_AWGN_RESULTS_DIR=$OPENAIR_DIR/openair1/SIMULATION/NR_PHY/BLER_SIMULATIONS/AWGN/AWGN_MIMO2x2_results
export OPENAIR1_DIR=$OPENAIR_HOME/openair1
export OPENAIR2_DIR=$OPENAIR_HOME/openair2
export OPENAIR3_DIR=$OPENAIR_HOME/openair3
export OPENAIR_TARGETS=$OPENAIR_HOME/targets

export PATH=$PATH:$OPENAIR_TARGETS/bin

alias  oai='cd $OPENAIR_HOME'
alias oai0='cd $OPENAIR0_DIR'
alias oai1='cd $OPENAIR1_DIR'
alias oai2='cd $OPENAIR2_DIR'
alias oai3='cd $OPENAIR3_DIR'
alias oait='cd $OPENAIR_TARGETS'
alias oailte='cd $OPENAIR_TARGETS/RT/USER'
alias oais='cd $OPENAIR_TARGETS/SIMU/USER'
alias oaiex='cd $OPENAIR_TARGETS/SIMU/EXAMPLES'

export IIOD_REMOTE=192.168.1.2
#export IIOD_REMOTE=192.168.1.11