blob: 5fe0d69a1904256e97d0a39ade61a7d877d1cbee [file] [log] [blame]
slowr13fa5b02017-08-08 16:32:31 -07001/**
2 * This class file was automatically generated by jASN1 v1.8.0 (http://www.openmuc.org)
3 */
4
5package org.onosproject.xran.codecs.api;
6
7import org.openmuc.jasn1.ber.types.BerOctetString;
8
9
10public 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}