├── Case Design Files ├── Cell Network Box.pdf ├── Cell Network Case Render.ai ├── Cell Network Case.ai ├── Cell Network Case.pdf └── Hardware Scans │ ├── pi001.pdf │ ├── pi002.pdf │ ├── pi003.pdf │ ├── pi004.pdf │ └── pi005.pdf ├── Gemfile ├── Modified Yate Config Files ├── subscribers.conf └── ybts.conf ├── Original Yate Config Files ├── subscribers.conf └── ybts.conf ├── Pi Startup ├── 1.JPG ├── 10.JPG ├── 11.JPG ├── 12.JPG ├── 13.JPG ├── 14.JPG ├── 2.JPG ├── 3.JPG ├── 4.JPG ├── 5.JPG ├── 6.JPG ├── 7.JPG ├── 8.JPG ├── 9.JPG ├── SIMprogramming.png ├── SIMprogramming1.png ├── SIMprogramming3.png └── phone.jpg ├── PiPhotoGuide.md ├── PortableCellNetwork.sh ├── PySIM └── pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a │ ├── .gitignore │ ├── COPYING │ ├── README │ ├── pySim-prog.py │ ├── pySim-read.py │ └── pySim │ ├── __init__.py │ ├── cards.py │ ├── commands.py │ ├── exceptions.py │ ├── transport │ ├── __init__.py │ ├── pcsc.py │ └── serial.py │ └── utils.py ├── README.md ├── StartYateBTS.sh ├── _config.yml ├── image-3.png ├── image-4.png ├── index.md └── logs ├── 2.2.2017-install.log ├── 3.21.2017-install.log ├── 3.23.2017a-install.log └── 3.23.2017b-install.log /Case Design Files/Cell Network Box.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Case Design Files/Cell Network Box.pdf -------------------------------------------------------------------------------- /Case Design Files/Cell Network Case Render.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Case Design Files/Cell Network Case Render.ai -------------------------------------------------------------------------------- /Case Design Files/Cell Network Case.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Case Design Files/Cell Network Case.ai -------------------------------------------------------------------------------- /Case Design Files/Cell Network Case.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Case Design Files/Cell Network Case.pdf -------------------------------------------------------------------------------- /Case Design Files/Hardware Scans/pi001.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Case Design Files/Hardware Scans/pi001.pdf -------------------------------------------------------------------------------- /Case Design Files/Hardware Scans/pi002.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Case Design Files/Hardware Scans/pi002.pdf -------------------------------------------------------------------------------- /Case Design Files/Hardware Scans/pi003.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Case Design Files/Hardware Scans/pi003.pdf -------------------------------------------------------------------------------- /Case Design Files/Hardware Scans/pi004.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Case Design Files/Hardware Scans/pi004.pdf -------------------------------------------------------------------------------- /Case Design Files/Hardware Scans/pi005.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Case Design Files/Hardware Scans/pi005.pdf -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Gemfile -------------------------------------------------------------------------------- /Modified Yate Config Files/subscribers.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Modified Yate Config Files/subscribers.conf -------------------------------------------------------------------------------- /Modified Yate Config Files/ybts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Modified Yate Config Files/ybts.conf -------------------------------------------------------------------------------- /Original Yate Config Files/subscribers.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Original Yate Config Files/subscribers.conf -------------------------------------------------------------------------------- /Original Yate Config Files/ybts.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Original Yate Config Files/ybts.conf -------------------------------------------------------------------------------- /Pi Startup/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/1.JPG -------------------------------------------------------------------------------- /Pi Startup/10.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/10.JPG -------------------------------------------------------------------------------- /Pi Startup/11.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/11.JPG -------------------------------------------------------------------------------- /Pi Startup/12.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/12.JPG -------------------------------------------------------------------------------- /Pi Startup/13.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/13.JPG -------------------------------------------------------------------------------- /Pi Startup/14.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/14.JPG -------------------------------------------------------------------------------- /Pi Startup/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/2.JPG -------------------------------------------------------------------------------- /Pi Startup/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/3.JPG -------------------------------------------------------------------------------- /Pi Startup/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/4.JPG -------------------------------------------------------------------------------- /Pi Startup/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/5.JPG -------------------------------------------------------------------------------- /Pi Startup/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/6.JPG -------------------------------------------------------------------------------- /Pi Startup/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/7.JPG -------------------------------------------------------------------------------- /Pi Startup/8.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/8.JPG -------------------------------------------------------------------------------- /Pi Startup/9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/9.JPG -------------------------------------------------------------------------------- /Pi Startup/SIMprogramming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/SIMprogramming.png -------------------------------------------------------------------------------- /Pi Startup/SIMprogramming1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/SIMprogramming1.png -------------------------------------------------------------------------------- /Pi Startup/SIMprogramming3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/SIMprogramming3.png -------------------------------------------------------------------------------- /Pi Startup/phone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/Pi Startup/phone.jpg -------------------------------------------------------------------------------- /PiPhotoGuide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PiPhotoGuide.md -------------------------------------------------------------------------------- /PortableCellNetwork.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PortableCellNetwork.sh -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | .*.swp 3 | -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/COPYING -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/README -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim-prog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim-prog.py -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim-read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim-read.py -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/cards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/cards.py -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/commands.py -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/exceptions.py -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/transport/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/transport/__init__.py -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/transport/pcsc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/transport/pcsc.py -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/transport/serial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/transport/serial.py -------------------------------------------------------------------------------- /PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/PySIM/pysim-2fc205ceb93a8c58d6ad88d3bfd6aa84c628514a/pySim/utils.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/README.md -------------------------------------------------------------------------------- /StartYateBTS.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | yate -s & 3 | firefox-esr http://localhost/nib & 4 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/_config.yml -------------------------------------------------------------------------------- /image-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/image-3.png -------------------------------------------------------------------------------- /image-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/image-4.png -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/index.md -------------------------------------------------------------------------------- /logs/2.2.2017-install.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/logs/2.2.2017-install.log -------------------------------------------------------------------------------- /logs/3.21.2017-install.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/logs/3.21.2017-install.log -------------------------------------------------------------------------------- /logs/3.23.2017a-install.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/logs/3.23.2017a-install.log -------------------------------------------------------------------------------- /logs/3.23.2017b-install.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MBRO95/PortableCellNetwork/HEAD/logs/3.23.2017b-install.log --------------------------------------------------------------------------------