Skip to content

Commit

Permalink
Remove NUESTATS struct for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
alwint3r committed Mar 15, 2018
1 parent a4f6981 commit e5d07f4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/SaraN200.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,6 @@ class SaraN200 : public SaraN200AT {
size_t remaining;
} UdpDownlinkMesssage;

typedef struct NUEStats {
int signalPower;
int totalPower;
int TXPower;
int TXTime;
int RXTime;
int cellID;
int DLMCS;
int ULMCS;
int DCIMCS;
int ECL;
int SNR;
int EARFCN;
int PCI;
} NUEStats;

SaraN200();
virtual ~SaraN200() {}

Expand Down

0 comments on commit e5d07f4

Please sign in to comment.