Loading NGAP_ETSI.code-workspace +5 −2 Original line number Diff line number Diff line Loading @@ -4,10 +4,13 @@ "path": "." }, { "path": "../../../tmp/osmo-ttcn3-hacks" "path": "../pipeline-scripts" }, { "path": "../pipeline-scripts" "path": "../../tmp/titan_5gngap_per_issue" }, { "path": "../nas" } ], "settings": { Loading ccsrc/Ports/LibNGAP/NGAPPort.cc +11 −0 Original line number Diff line number Diff line /*! * \file NGAPPort.cc * \brief CC file for NGAPPort. * \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 "loggers.hh" #include "LibNGAP_Interface.hh" Loading ccsrc/Ports/LibNGAP/NGAPPort.hh +11 −1 Original line number Diff line number Diff line /*! * \file NGAPPort.hh * \brief Header file for NGAPPort. * \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 "LibNGAP_Interface.hh" Loading @@ -11,7 +22,6 @@ namespace NGAP__PDU__Descriptions{ } namespace LibNGAP__Interface { //class HttpPort : public HttpPort_BASE { class NGAPPort : public NGAPPort_BASE { params _cfg_params; params _layer_params; Loading ccsrc/Protocols/NGAP_layer/ngap_layer.cc +11 −0 Original line number Diff line number Diff line /*! * \file ngap_layer.cc * \brief CC file for NGAP protocol layer. * \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 "ngap_types.hh" #include "NGAP_TestSystem.hh" Loading ccsrc/Protocols/NGAP_layer/ngap_layer.hh +2 −2 Original line number Diff line number Diff line /*! * \file ngap_layer.hh * \brief Header file for ITS NGAP protocol layer. * \author ETSI TTF T033 * \brief Header file for NGAP protocol layer. * \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 Loading
NGAP_ETSI.code-workspace +5 −2 Original line number Diff line number Diff line Loading @@ -4,10 +4,13 @@ "path": "." }, { "path": "../../../tmp/osmo-ttcn3-hacks" "path": "../pipeline-scripts" }, { "path": "../pipeline-scripts" "path": "../../tmp/titan_5gngap_per_issue" }, { "path": "../nas" } ], "settings": { Loading
ccsrc/Ports/LibNGAP/NGAPPort.cc +11 −0 Original line number Diff line number Diff line /*! * \file NGAPPort.cc * \brief CC file for NGAPPort. * \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 "loggers.hh" #include "LibNGAP_Interface.hh" Loading
ccsrc/Ports/LibNGAP/NGAPPort.hh +11 −1 Original line number Diff line number Diff line /*! * \file NGAPPort.hh * \brief Header file for NGAPPort. * \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 "LibNGAP_Interface.hh" Loading @@ -11,7 +22,6 @@ namespace NGAP__PDU__Descriptions{ } namespace LibNGAP__Interface { //class HttpPort : public HttpPort_BASE { class NGAPPort : public NGAPPort_BASE { params _cfg_params; params _layer_params; Loading
ccsrc/Protocols/NGAP_layer/ngap_layer.cc +11 −0 Original line number Diff line number Diff line /*! * \file ngap_layer.cc * \brief CC file for NGAP protocol layer. * \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 "ngap_types.hh" #include "NGAP_TestSystem.hh" Loading
ccsrc/Protocols/NGAP_layer/ngap_layer.hh +2 −2 Original line number Diff line number Diff line /*! * \file ngap_layer.hh * \brief Header file for ITS NGAP protocol layer. * \author ETSI TTF T033 * \brief Header file for NGAP protocol layer. * \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