Added comments for node licenses

master
“si_fr_97” 1 year ago
parent e3e83f15f8
commit 72688fad53

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

@ -1,7 +0,0 @@
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\bin\Release\TestFuckFramework.exe.config
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\bin\Release\TestFuckFramework.exe
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\bin\Release\TestFuckFramework.pdb
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\obj\Release\TestFuckFramework.csproj.AssemblyReference.cache
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\obj\Release\TestFuckFramework.csproj.CoreCompileInputs.cache
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\obj\Release\TestFuckFramework.exe
C:\Users\Simon Friedrich\source\repos\matrixFuck\TestFuckFramework\obj\Release\TestFuckFramework.pdb

@ -21,29 +21,38 @@
#pragma EXPORT
_mxINT32 dongleBytes[] = {
/* 0x00 */ 0x00000000,
/* 0x01 */ 0x00000000,
/* 0x02 */ 0x00B727B1,
/* 0x03 */ 0x4D4D4144, // has to be this exact value
0x00000000, //Var01:
0x00000000, //Var02:
0x00B727B1, //Var03: Damm Serial Number
0x4D4D4144, //Var04: TetraFlex Dongle Code
0x00000000, //Var05: Brand/Logo: 0=Damm TetraFlex
0x00000000, //Var06: Language 1: 0=English only
0x00000002, //Var07: Language 2: 2=German
0x00000000, //Var08:
0x00000000, //Var09:
0x00000000, //Var10:
0x00000000, //Var11:
0x00000000, //Var12:
0x00000000, //Var13:
0x00000000, //Var14:
0x00B727B1, //Var15: Key Ref. Serial Number (identical to Damm Serial Number)
/* 0x04 */ 0x00000000,
/* 0x05 */ 0x00000000+8, //ltype 1
/* 0x06 */ 0x00000002+8, //ltype 2
/* 0x07 */ 0x00000000,0x00000000,0x00000000,0x00000000,
/* 0x0B */ 0x00000000,0x00000000,0x00000000,
/* 0x0D */
/* 0x0D */ 0x00B727B1, // something
/* 0x0E */ 0x00000191, // 401 license validation type 1
0x00000000,
0x01404895, // expiry date 20990101
0x00000004, // min date
0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,
//Specific Licenses
0x00000191, //Par0: License Mode: 0x191=API, 0x1A5=Node
0x00000000, //Par1: Dongle Date Limit
0x01404895, //Par2: Date limit of Application (expiry date 20990101)
0x00000004, //Par3: API=>Voice Streams max.; NODE=>Nodes max.
0x00000000, //Par4: API=>Flags: B00:Discreet Listening, B01:Ambience Listening; NODE=>Tetra Radio Cell TRmax.
0x00000000, //Par5: API=>Application Server: B00:Service allowed, B01: GPS Position Service, B02: DGNA Service; NODE=>Voice GW. sessions max.
0x00000000, //Par6: NODE=>Packet Data Gateway
0x00000000, //Par7: NODE=>Application Gw. conn. max.
0x00000000, //Par8: NODE=>Air Interface Encryption
0x00000000, //Par9: NODE=>Flags: B00:AIE KSGTEA1; B01:AIE KSGTEA1; B02:AIE KSGTEA1; B03:AIE KSGTEA1; B16:Only 1 organization; B17:Only 1 profile
0x00000000, //Par10: NODE=>Terminal Gw. Sessions max. (0=unlimited)
0x00000000, //Par11: NODE=>Number of subscribers max. (0=unlimited)
0x00000000, //Par12:
0x00000000, //Par13: NODE=>ISI Gw. Conn. max. (0=Disable)
0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,

@ -29,26 +29,26 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>

Loading…
Cancel
Save