Loading ccsrc/Protocols/NG_NAS/ng_nas_codec_factory.hh +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. Loading ccsrc/Protocols/NG_NAS/ng_nas_dl_codec.cc +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> Loading ccsrc/Protocols/NG_NAS/ng_nas_dl_codec.hh +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" Loading ccsrc/Protocols/NG_NAS/ng_nas_ul_codec.cc +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> Loading ccsrc/Protocols/NG_NAS/ng_nas_ul_codec.hh +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" Loading Loading
ccsrc/Protocols/NG_NAS/ng_nas_codec_factory.hh +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. Loading
ccsrc/Protocols/NG_NAS/ng_nas_dl_codec.cc +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> Loading
ccsrc/Protocols/NG_NAS/ng_nas_dl_codec.hh +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" Loading
ccsrc/Protocols/NG_NAS/ng_nas_ul_codec.cc +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> Loading
ccsrc/Protocols/NG_NAS/ng_nas_ul_codec.hh +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" Loading