Further clean-up in osmo-sgsn -> osmo-gbproxy migration

* fix manuals builds, including vty reference generation
* fix vty tests
* remove manuals from osmo-sgsn
* update .gitreview
* update osmoappdesc.py

Related: OS#4992
Change-Id: I80439ab0d21a3fb33f38da42acbfe3fbb0941b91
diff --git a/doc/manuals/regen_doc.sh b/doc/manuals/regen_doc.sh
index 847b764..e68e7e5 100755
--- a/doc/manuals/regen_doc.sh
+++ b/doc/manuals/regen_doc.sh
@@ -51,27 +51,24 @@
 }
 
 DIR="$(cd "$(dirname "$0")"; pwd)"
+echo $DIR
 cd "$DIR"
 
 require_osmo_interact_vty
 
 interact_vty \
 	"update_vty_reference" \
-	"vty/sgsn_vty_reference.xml" \
-	4245 \
-	osmo-sgsn -c "../examples/osmo-sgsn/osmo-sgsn.cfg"
-
-interact_vty \
-	"update_vty_reference" \
-	"vty-osmogbproxy/gbproxy_vty_reference.xml" \
+	"vty/gbproxy_vty_reference.xml" \
 	4246 \
 	osmo-gbproxy -c "../examples/osmo-gbproxy/osmo-gbproxy.cfg"
 
+sleep 5
+
 interact_vty \
 	"update_counters" \
 	"chapters/counters_generated.adoc" \
-	4245 \
-	osmo-sgsn -c "../examples/osmo-sgsn/osmo-sgsn.cfg"
+	4246 \
+	osmo-gbproxy -c "../examples/osmo-gbproxy/osmo-gbproxy.cfg"
 
 
 echo "Done with all"