blob: dbd7b523383cd439a9fcefffd29f4f206244919d [file] [log] [blame]
anjana_sreekumar@infosys.com991c2062020-01-08 11:42:57 +05301/*
2 * Copyright 2019-present, Infosys Limited.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15 /******************************************************************************
16 *
17 * This is an auto generated file.
18 * Please do not edit this file.
19 * All edits to be made through template source file
20 * <TOP-DIR/scripts/GtpV2StackCodeGen/tts/grpietemplate.h.tt>
21 ******************************************************************************/
22#ifndef LOADCONTROLINFORMATIONIE_H_
23#define LOADCONTROLINFORMATIONIE_H_
24
25#include <map>
26#include "manual/gtpV2Ie.h"
27#include "manual/gtpV2GroupedIe.h"
28#include "gtpV2DataTypes.h"
29
30class LoadControlInformationIe:public GtpV2Ie
31{
32public:
33 LoadControlInformationIe ();
34 virtual ~ LoadControlInformationIe ();
35
36 GtpV2GroupedIe & getGroupedIe (Uint8 msgType, Uint8 instance);
37 void insertGroupedIeObject (Uint8 msgType, Uint8 instance,
38 GtpV2GroupedIe * grpIe_p);
39
40private:
41 map < Uint16, GtpV2GroupedIe * >groupedIeObjectContainer; // map[msgType || instance]
42};
43
44#endif