From a551853df584d938329eeafa2bfc5158aca2fe8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20G=C3=B3mez-Miguelez?= Date: Thu, 18 Dec 2014 22:09:59 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index f783db483..932bf0386 100644 --- a/README.md +++ b/README.md @@ -71,22 +71,6 @@ The SIB1 message is decoded and shown on the console, for example: Decoded SIB1 Message: [40 48 50 03 02 0b 14 4a 30 18 28 20 90 81 84 79 a0 00 ]; ``` -Then, you can use any ASN.1 SIB decoder to read the message. This site http://www.marben-products.com/asn.1/services/decoder-asn1-lte.html is a good example. - - -If you don't have a pair of USRP, you can also test the demo by writing the samples to a file and then reading them: - -From the eNodeB, type - -``` -lte/phy/examples/pdsch_enodeb -o [output_file] -c [cell_id] [-h for more commands] -``` - -From the UE, type -``` -lte/phy/examples/pdsch_ue -i [input_file] -c [cell_id] [-h for more commands] -``` - * Cell Search Example