├── Q&A.md ├── README.md ├── figures └── DL_blocks.png ├── ue_v0.6 ├── init.txt └── lte_softmodem.md ├── v0.5.2 ├── dl_ofdm_modulation.md ├── enodeb_process.md ├── lte_softmodem.md ├── phy_procedures_lte_enb.md ├── rf_frontend.md └── uplink_decoding.md └── v0.6 ├── common_sig.md ├── common_sig.md.tmpl ├── lte-enb.txt ├── lte_softmodem.md ├── lte_softmodem.md.tmpl ├── lte_softmodem.txt ├── parse_tmpl.py ├── pbch.md ├── pbch.md.tmpl ├── pdcch.md ├── pdcch.md.tmpl ├── pdsch.md ├── pdsch.md.tmpl └── run_cscope.sh /Q&A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/Q&A.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/README.md -------------------------------------------------------------------------------- /figures/DL_blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/figures/DL_blocks.png -------------------------------------------------------------------------------- /ue_v0.6/init.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/ue_v0.6/init.txt -------------------------------------------------------------------------------- /ue_v0.6/lte_softmodem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/ue_v0.6/lte_softmodem.md -------------------------------------------------------------------------------- /v0.5.2/dl_ofdm_modulation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.5.2/dl_ofdm_modulation.md -------------------------------------------------------------------------------- /v0.5.2/enodeb_process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.5.2/enodeb_process.md -------------------------------------------------------------------------------- /v0.5.2/lte_softmodem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.5.2/lte_softmodem.md -------------------------------------------------------------------------------- /v0.5.2/phy_procedures_lte_enb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.5.2/phy_procedures_lte_enb.md -------------------------------------------------------------------------------- /v0.5.2/rf_frontend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.5.2/rf_frontend.md -------------------------------------------------------------------------------- /v0.5.2/uplink_decoding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.5.2/uplink_decoding.md -------------------------------------------------------------------------------- /v0.6/common_sig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/common_sig.md -------------------------------------------------------------------------------- /v0.6/common_sig.md.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/common_sig.md.tmpl -------------------------------------------------------------------------------- /v0.6/lte-enb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/lte-enb.txt -------------------------------------------------------------------------------- /v0.6/lte_softmodem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/lte_softmodem.md -------------------------------------------------------------------------------- /v0.6/lte_softmodem.md.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/lte_softmodem.md.tmpl -------------------------------------------------------------------------------- /v0.6/lte_softmodem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/lte_softmodem.txt -------------------------------------------------------------------------------- /v0.6/parse_tmpl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/parse_tmpl.py -------------------------------------------------------------------------------- /v0.6/pbch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/pbch.md -------------------------------------------------------------------------------- /v0.6/pbch.md.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/pbch.md.tmpl -------------------------------------------------------------------------------- /v0.6/pdcch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/pdcch.md -------------------------------------------------------------------------------- /v0.6/pdcch.md.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/pdcch.md.tmpl -------------------------------------------------------------------------------- /v0.6/pdsch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/pdsch.md -------------------------------------------------------------------------------- /v0.6/pdsch.md.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/pdsch.md.tmpl -------------------------------------------------------------------------------- /v0.6/run_cscope.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joary/oai-study/HEAD/v0.6/run_cscope.sh --------------------------------------------------------------------------------