slowr | 67d05e4 | 2017-08-11 20:37:22 -0700 | [diff] [blame^] | 1 | package org.onosproject.xran.samplemessages; |
2 | |||||
3 | import org.onosproject.xran.codecs.pdu.*; | ||||
4 | import org.onosproject.xran.entities.RnibCell; | ||||
5 | import org.openmuc.jasn1.ber.types.string.BerUTF8String; | ||||
6 | |||||
7 | import java.io.UnsupportedEncodingException; | ||||
8 | |||||
9 | public class RRMConf { | ||||
10 | |||||
11 | |||||
12 | } |