Skip to content

Automatically exported from code.google.com/p/pyltevisualizer

Notifications You must be signed in to change notification settings

MichaelLing83/pyltevisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyltevisualizer

Build Status

This used to be code.google.com/p/pyltevisualizer, and now it continues on GitHub. After years, there are so many changes in the world of LTE (or LTE-A, -B, ...). It is time to restart this project!

Requirements

Design Decisions

  • Implement in Python 3;
  • Test framework is nose;
  • Package/Module split ([Issue 6] (#6)):
  • Follow [this document] (https://docs.python.org/3/tutorial/modules.html) to construct folder/file structures;
  • Split according to 36 serial specification chapters and sections;
  • E.g.: ts36_211.ch7.s5 for TS36.211, Chapter 7, Section 5;
  • Naming rules:
  • Variables ([Issue 11] (#11)):
    • Follow the name in spec as much as possible;
    • If the symbol in spec has upper/lower-fix, then put upper-fix first, and split them with a '_';
    • Ignore characters not in [a-zA-Z_];
    • E.g.: N_cell_ID, N__CPl, n_3p_PUCCH, s_p_l;

HowTo

  • Setup environment
  1. go to root folder that contains setenv.sh
  2. source setenv.sh
  • Run test
  1. go to any folder
  2. execute test to run all tests recursively from current folder

Known Limitations

  • MBSFN is not supported;
  • 7.5 kHz subcarrier is not supported;

About

Automatically exported from code.google.com/p/pyltevisualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published