blob: 4bf8ec4d50d1ed8a9c7c396c50cd48d489bf3bd3 [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/grpieinsttemplate.h.tt>
21 ******************************************************************************/
22#ifndef BEARERCONTEXTSINCREATEBEARERRESPONSE_H_
23#define BEARERCONTEXTSINCREATEBEARERRESPONSE_H_
24
25#include <set>
26#include <sstream>
27#include "manual/gtpV2GroupedIe.h"
28#include <msgBuffer.h>
29#include "gtpV2GrpIeDataTypes.h"
30#include "../msgClasses/gtpV2MsgDataTypes.h"
31
32class BearerContextsInCreateBearerResponse:public GtpV2GroupedIe
33{
34public:
35 BearerContextsInCreateBearerResponse();
36 virtual ~BearerContextsInCreateBearerResponse();
37 bool encodeBearerContextsInCreateBearerResponse(MsgBuffer &buffer,
38 BearerContextsInCreateBearerResponseData
39 const &data);
40
41 bool decodeBearerContextsInCreateBearerResponse (MsgBuffer &buffer,
42 BearerContextsInCreateBearerResponseData
43 & data, Uint16 length);
44
45 void displayBearerContextsInCreateBearerResponseData_v
46 (BearerContextsInCreateBearerResponseData const &data,
47 Debug &stream);
48
49private:
50 set <Uint16> mandatoryIeSet;
51};
52
53#endif