blob: bf1e285768d68bf077bf78236d7eb31851c19e75 [file] [log] [blame]
slowr67d05e42017-08-11 20:37:22 -07001package org.onosproject.xran.samplemessages;
2
3import org.onosproject.xran.codecs.pdu.*;
4import org.onosproject.xran.entities.RnibCell;
5import org.openmuc.jasn1.ber.types.string.BerUTF8String;
6
7import java.io.UnsupportedEncodingException;
8
9public class RRMConf {
10
11
12}