/Master-Thesis

Master degree thesis

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

Master Thesis

Build Status

My master degree thesis, 5G as a Service: an ETSI-NFV compliant architecture proposal, done at the University of Padua.

Compiling the thesis

You can compile the thesis cloning recoursively the repository:

git clone https://github.com/Polpetta/Master-Thesis.git --recursive

This repository contains the a thesis presentation, the thesis itself and a Makefile for compiling them. To compile both the documents (you need LaTeX) type in the project root:

make -B

If you want to compile only the presentation or the thesis then you have to type:

make thesis -B

or

make presentation -B

Finally, you can clean the whole environment with make clean. Please note that the Makefiles contain multiple commands that you can use setting the MODE variable properly. On top of that, when compiling the thesis you can set PRINT=y in order to have a more printable-friendly first page.

License

All the work (excluded the paper pubblication and the images taken from other papers or project websites) is published under the license specified in the LICENSE file.