NED File src/stack/mac/NRMacGnb.ned
Name | Type | Description |
---|---|---|
NRMacGnb | simple module |
This module provides functionalities for the Medium Access Control (MAC) of the New Radio (NR) protocol stack at the gNodeB (gNB) side. In particular, it extends the LteMacEnbD2D module by initializing the NR version of the uplink scheduler and using, by default, the NR version of the Adaptive Modulation and Coding (AMC) module. |
Source code
// // Simu5G // // Authors: Giovanni Nardini, Giovanni Stea, Antonio Virdis (University of Pisa) // // This file is part of a software released under the license included in file // "license.pdf". Please read LICENSE and README files before using it. // The above files and the present reference are part of the software itself, // and cannot be removed from it. // package simu5g.stack.mac; // // This module provides functionalities for the Medium Access Control (MAC) of the // New Radio (NR) protocol stack at the gNodeB (gNB) side. In particular, it extends the // ~LteMacEnbD2D module by initializing the NR version of the uplink scheduler and // using, by default, the NR version of the Adaptive Modulation and Coding (AMC) module. // simple NRMacGnb extends LteMacEnbD2D { parameters: @class("NRMacGnb"); amcType = default("NRAmc"); }