Commit 4ff30675 authored by juvancic's avatar juvancic
Browse files

added desc

parent 92728ab9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*!
 * \file      ng_nas_codec_factory.hh
 * \brief     Header file for HELD/IP protocol codec_gen factory.
 * \author    
 * \brief     Header file for NG_NAS protocol codec_gen factory.
 * \author    ETSI TTF041
 * \copyright ETSI Copyright Notification
 *            No part may be reproduced except as authorized by written permission.
 *            The copyright and the foregoing restriction extend to reproduction in all media.
+11 −0
Original line number Diff line number Diff line
/*!
 * \file      ng_nas_dl_codec.cc
 * \brief     CC file for NG_NAS protocol codec.
 * \author    ETSI TTF041
 * \copyright ETSI Copyright Notification
 *            No part may be reproduced except as authorized by written permission.
 *            The copyright and the foregoing restriction extend to reproduction in all media.
 *            All rights reserved.
 * \version   0.1
 */

#include <stdexcept>
#include <regex>
#include <string>
+10 −0
Original line number Diff line number Diff line
/*!
 * \file      ng_nas_dl_codec.hh
 * \brief     Header file for NG_NAS protocol codec.
 * \author    ETSI TTF041
 * \copyright ETSI Copyright Notification
 *            No part may be reproduced except as authorized by written permission.
 *            The copyright and the foregoing restriction extend to reproduction in all media.
 *            All rights reserved.
 * \version   0.1
 */
#pragma once

#include "codec_gen.hh"
+11 −0
Original line number Diff line number Diff line
/*!
 * \file      ng_nas_ul_codec.cc
 * \brief     CC file for NG_NAS protocol codec.
 * \author    ETSI TTF041
 * \copyright ETSI Copyright Notification
 *            No part may be reproduced except as authorized by written permission.
 *            The copyright and the foregoing restriction extend to reproduction in all media.
 *            All rights reserved.
 * \version   0.1
 */

#include <stdexcept>
#include <regex>
#include <string>
+11 −0
Original line number Diff line number Diff line
/*!
 * \file      ng_nas_dl_codec.hh
 * \brief     Header file for NG_NAS protocol codec.
 * \author    ETSI TTF041
 * \copyright ETSI Copyright Notification
 *            No part may be reproduced except as authorized by written permission.
 *            The copyright and the foregoing restriction extend to reproduction in all media.
 *            All rights reserved.
 * \version   0.1
 */

#pragma once

#include "codec_gen.hh"