osmo_er_map -> osmo_map
diff --git a/ebin/osmo_map.app b/ebin/osmo_map.app
new file mode 100644
index 0000000..cc054ed
--- /dev/null
+++ b/ebin/osmo_map.app
@@ -0,0 +1,10 @@
+{application, osmo_map,
+	[{description, "Osmocom SS7 MAP"},
+	 {vsn, "1"},
+	 {modules, [map]},
+	 {registered, []},
+	 {mod, {map, []}},
+	 {applications, []},
+	 {env, [
+	  ]}
+]}.