summaryrefslogtreecommitdiffstats
path: root/include/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal.h')
-rw-r--r--include/internal.h57
1 files changed, 0 insertions, 57 deletions
diff --git a/include/internal.h b/include/internal.h
index 7d0b151..9d16722 100644
--- a/include/internal.h
+++ b/include/internal.h
@@ -12,61 +12,4 @@ struct osmo_fd;
struct msgb *ipaccess_read_msg(struct osmo_fd *bfd, int *error);
void ipaccess_prepend_header(struct msgb *msg, int proto);
-/* things I don't know what to do with yet. */
-
-/* from include/openbsc/signal.h, we need SS_INPUT and S_GLOBAL_SHUTDOWN. */
-enum signal_subsystems {
- SS_PAGING,
- SS_SMS,
- SS_ABISIP,
- SS_NM,
- SS_LCHAN,
- SS_SUBSCR,
- SS_SCALL,
- SS_GLOBAL,
- SS_CHALLOC,
- SS_NS,
- SS_IPAC_NWL,
- SS_RF,
- SS_MSC,
- SS_HO,
- SS_INPUT,
-};
-
-enum signal_global {
- S_GLOBAL_SHUTDOWN,
- S_GLOBAL_BTS_CLOSE_OM,
-};
-
-/* from include/openbsc/debug.h */
-enum {
- DRLL,
- DCC,
- DMM,
- DRR,
- DRSL,
- DNM,
- DMNCC,
- DSMS,
- DPAG,
- DMEAS,
- DMI,
- DMIB,
- DMUX,
- DINP,
- DSCCP,
- DMSC,
- DMGCP,
- DHO,
- DDB,
- DREF,
- DGPRS,
- DNS,
- DBSSGP,
- DLLC,
- DSNDCP,
- DNAT,
- Debug_LastEntry,
-};
-
#endif