blob: e5c3299c99aff2f9c8390ef0f86748eee1ceb5be [file] [log] [blame]
Harald Welte794d9b22009-02-17 02:02:14 +00001The Siemens BS-11 supports the following additional GSM 12.21 OML operations:
2
3
4CREATE OBJECT
5
6abis_om_fom_hdr.obj_class can be
7A3:
8A5: ALCO, BBSIG, CCLK, GPSU, LI, PA
9A8: EnvaBTSE
10A9: BPORT
11
12the abis_om_obj_inst.trx_nr field indicates the index of object, whereas the
13abis_om_fom_hdr.bts_nr indicates the type of the object.
14
15enum abis_bs11_objtype {
16 BS11_OBJ_ALCO = 0x01,
17 BS11_OBJ_BBSIG = 0x02, /* obj_class: 0,1 */
18 BS11_OBJ_TRX1 = 0x03, /* only DEACTIVATE TRX1 */
19 BS11_OBJ_CCLK = 0x04,
20 BS11_OBJ_GPSU = 0x06,
21 BS11_OBJ_LI = 0x07,
22 BS11_OBJ_PA = 0x09, /* obj_class: 0, 1*/
23};
24
25In case of CREATE ENVABTSE, the abis_om_obj_inst.trx_nr indicates the EnvaBTSEx
26number.
27
28In case of A9 (CREAETE BPORT), the abis_om_obj_inst.bts_nr indicates which BPORT
29shall be used.
30
31