From 9a311ec25e28565c600d37e1e9c091c5f1e753e2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 12 Feb 2011 12:33:06 +0100 Subject: [RBS2000] Add initial code for Ericsson OM2000 O&M protocol ... and link it from the RBS2000 BTS support --- openbsc/include/openbsc/abis_om2000.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 openbsc/include/openbsc/abis_om2000.h (limited to 'openbsc/include/openbsc') diff --git a/openbsc/include/openbsc/abis_om2000.h b/openbsc/include/openbsc/abis_om2000.h new file mode 100644 index 000000000..54aa317c0 --- /dev/null +++ b/openbsc/include/openbsc/abis_om2000.h @@ -0,0 +1,28 @@ +#ifndef OPENBSC_ABIS_OM2K_H +#define OPENBSC_ABIS_OM2K_H +/* Ericsson RBS 2xxx GSM O&M (OM2000) messages on the A-bis interface + * implemented based on protocol trace analysis, no formal documentation */ + +/* (C) 2010-2011 by Harald Welte + * + * All Rights Reserved + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + + +int abis_om2k_rcvmsg(struct msgb *msg); + +#endif /* OPENBCS_ABIS_OM2K_H */ -- cgit v1.2.3