anjana_sreekumar@infosys.com | 991c206 | 2020-01-08 11:42:57 +0530 | [diff] [blame^] | 1 | /* |
| 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/msgtemplate.h.tt> |
| 21 | ******************************************************************************/ |
| 22 | #ifndef DELETEBEARERRESPONSEMSG_H_ |
| 23 | #define DELETEBEARERRESPONSEMSG_H_ |
| 24 | |
| 25 | #include <set> |
| 26 | #include "manual/gtpV2Message.h" |
| 27 | #include <msgBuffer.h> |
| 28 | #include <debug.h> |
| 29 | #include "gtpV2MsgDataTypes.h" |
| 30 | |
| 31 | |
| 32 | class DeleteBearerResponseMsg:public GtpV2Message |
| 33 | { |
| 34 | public: |
| 35 | DeleteBearerResponseMsg(); |
| 36 | virtual ~DeleteBearerResponseMsg(); |
| 37 | bool encodeDeleteBearerResponseMsg(MsgBuffer &buffer, DeleteBearerResponseMsgData const &data); |
| 38 | |
| 39 | bool decodeDeleteBearerResponseMsg (MsgBuffer &buffer, DeleteBearerResponseMsgData& data, Uint16 length); |
| 40 | |
| 41 | void displayDeleteBearerResponseMsgData_v(DeleteBearerResponseMsgData const &data, Debug &stream); |
| 42 | |
| 43 | private: |
| 44 | set <Uint16> mandatoryIeSet; |
| 45 | }; |
| 46 | |
| 47 | #endif |