Added GSM network support.
[lcr.git] / bootstrap.h
diff --git a/bootstrap.h b/bootstrap.h
new file mode 100644 (file)
index 0000000..515774b
--- /dev/null
@@ -0,0 +1,4 @@
+
+void *bootstrap_network(int (*mncc_recv)(void *, int, void *),int bts_type, int mcc, int mnc, int lac, int arfcn, int cardnr, int release_l2, char *name_short, char *name_long, char *hlr, int allow_all);
+int shutdown_net(void *network);
+