rename executables to include osmo- name prefix

Change-Id: I4498a004519499cc4b897a68c7f33efe29a63425
diff --git a/doc/manuals/chapters/remsim-server.adoc b/doc/manuals/chapters/remsim-server.adoc
index fcb7283..e5ab58d 100644
--- a/doc/manuals/chapters/remsim-server.adoc
+++ b/doc/manuals/chapters/remsim-server.adoc
@@ -1,12 +1,12 @@
-== remsim-server
+== osmo-remsim-server
 
 === Running
 
-`remsim-server` currently has no command-line arguments. It will bind to
-INADDR_ANY and offer the following TCP ports:
+`osmo-remsim-server` currently has no command-line arguments. It will
+bind to INADDR_ANY and offer the following TCP ports:
 
-* Port 9998 for the inbound control connections from `remsim-client`
-  and `remsim-bankd`
+* Port 9998 for the inbound control connections from `osmo-remsim-client`
+  and `osmo-remsim-bankd`
 * Port 9997 for the RESTful/JSON Web API (role: HTTP server)
 
 It is intended to make these settings (IP addresses, ports) configurable
@@ -14,13 +14,13 @@
 
 === Logging
 
-`remsim-server` currently logs to stdout only, and the logging verbosity
-is not yet configurable.  However, as the libosmocore logging framework
-is used, extending this is an easy modification.
+`osmo-remsim-server` currently logs to stdout only, and the logging
+verbosity is not yet configurable.  However, as the libosmocore logging
+framework is used, extending this is an easy modification.
 
 === RESTful/JSON Web API
 
-`remsim-server` provides a RESTful/JSON WEB API for application logic
+`osmo-remsim-server` provides a RESTful/JSON WEB API for application logic
 integration.  The purpose of the API is to allow run-time configuration
 and monitoring of the entire osmo-remsim system.
 
@@ -29,28 +29,28 @@
 ==== /api/backend/v1/clients
 
 *GET* obtains a JSON list where each element represents one currently
-connected `remsim-client`.
+connected `osmo-remsim-client`.
 
 No other HTTP operation is implemented.
 
 ==== /api/backend/v1/clients/:client_id
 
 *GET* obtains a single JSON object representing one specific currently
-connected `remsim-client`.
+connected `osmo-remsim-client`.
 
 No other HTTP operation is implemented.
 
 ==== /api/backend/v1/bankds
 
 *GET* obtains a JSON list where each element represents one currently
-connected `remsim-bankd`.
+connected `osmo-remsim-bankd`.
 
 No other HTTP operation is implemented.
 
 ==== /api/backend/v1/bankds/:bank_id
 
 *GET* obtains a single JSON object representing one specific currently
-connected `remsim-bankd`.
+connected `osmo-remsim-bankd`.
 
 No other HTTP operation is implemented.
 
@@ -74,5 +74,5 @@
 
 ==== /api/backend/v1/global-reset
 
-*POST* performs a global reset of the `remsim-server` state.  This means
-all mappings are removed.
+*POST* performs a global reset of the `osmo-remsim-server` state.  This
+means all mappings are removed.