Commit d8feaa75 authored by Yann Garcia's avatar Yann Garcia
Browse files

TTF T033: Implement ASN.1 send/receive templates H

parent 46f9a8da
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -9,10 +9,10 @@ namespace LibNGAP__EncdecDeclarations {
   * @param   value to encode
   * @return  encoded value
   ****************************************************/
  BITSTRING fx__enc__ProtocolIE(const LibNGAP__TypesAndValues::ProtocolIE &p) {  
  /*BITSTRING fx__enc__ProtocolIE(const LibNGAP__TypesAndValues::ProtocolIE &p) {  
      loggers::get_instance().log(">>> fx__enc__ProtocolIE::");
      loggers::get_instance().log_msg(">>> fx__enc__ProtocolIE:: ", p);
      /*ngap_codec  codec;
      ngap_codec  codec;
      OCTETSTRING os;
      if (codec.encode(p.IE(), os) == -1) {
      loggers::get_instance().warning("fx__enc__ProtocolIE -1 result code was returned");
@@ -20,9 +20,9 @@ namespace LibNGAP__EncdecDeclarations {
    }

    return oct2bit(os);
*/

      return int2bit(0, 8); 
  }
  }*/

  /****************************************************
   * @desc    External function to decode a .... type
@@ -30,9 +30,9 @@ namespace LibNGAP__EncdecDeclarations {
   * @return  encoded value
   ****************************************************/

  INTEGER fx__dec__ProtocolIE(BITSTRING &b, LibNGAP__TypesAndValues::ProtocolIE &p) { 
  /*INTEGER fx__dec__ProtocolIE(BITSTRING &b, LibNGAP__TypesAndValues::ProtocolIE &p) { 
      loggers::get_instance().log(">>> fx__dec__ProtocolIE::");
      return -1;
  }
  }*/

} // namespace LibNGAP__EncdecDeclarations
+453 −36

File changed.

Preview size limit exceeded, changes collapsed.