X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm.h;h=f14794fa8290a5bc5b9f79c95960b1a761079071;hp=b0b9b894233f341ee1a52d59f64666b9b7ca3004;hb=refs%2Fheads%2Fbackup2;hpb=9f48d53fc7d6dff69a2bc688a5b5d9d7be082659 diff --git a/gsm.h b/gsm.h index b0b9b89..f14794f 100644 --- a/gsm.h +++ b/gsm.h @@ -16,8 +16,8 @@ enum { struct lcr_gsm { char interface_name[64]; /* name of interface this instance is associated to */ - struct lcr_gsm *gsm_ms_next; /* list of MS instances, in case of MS */ - char name[16]; /* name of MS instance, in case of MS */ + struct lcr_gsm *gsm_next; /* list of MS/BS instances */ + char name[16]; /* name of MS/BS instance */ int type; /* LCR_GSM_TYPE_*/ struct lcr_fd mncc_lfd; /* Unix domain socket to OpenBSC MNCC */