slowr | 13fa5b0 | 2017-08-08 16:32:31 -0700 | [diff] [blame^] | 1 | /** |
2 | * This class file was automatically generated by jASN1 v1.8.0 (http://www.openmuc.org) | ||||
3 | */ | ||||
4 | |||||
5 | package org.onosproject.xran.codecs.api; | ||||
6 | |||||
7 | import org.openmuc.jasn1.ber.types.BerOctetString; | ||||
8 | |||||
9 | |||||
10 | public class PLMNIdentity extends BerOctetString { | ||||
11 | |||||
12 | private static final long serialVersionUID = 1L; | ||||
13 | |||||
14 | public PLMNIdentity() { | ||||
15 | } | ||||
16 | |||||
17 | public PLMNIdentity(byte[] value) { | ||||
18 | super(value); | ||||
19 | } | ||||
20 | |||||
21 | } |