gatopeich

Results 20 issues of gatopeich

I have been testing a few forks and branches of `asn1c` and it was quite confusing to distinguish which binary I am running, since they all spit the same version...

After compiling F1AP spec there is a reference to undefined function `asn_PER_memb_OCTET_STRING_SIZE_3__constr_48` in generated file "ProtocolExtensionField.c": ![image](https://user-images.githubusercontent.com/7722268/124348620-c8a0b800-dbe2-11eb-8aa0-f6dce520a375.png) [f1ap-v15.10.asn](https://github.com/mouse07410/asn1c/files/6758097/f1ap-v15.10.asn.gz)

Compiler is rightly complaining about 18446744073709551615L used in this constraint: ``` usageCountUL INTEGER (0..18446744073709551615), ``` ==> ``` memb_usageCountUL_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_key) { const INTEGER_t...

I am getting circular header dependency in XnAP v15.10, trying all combinations of -fno-include-deps, -fcompound, etc. For example: ``` $ asn1c -fcompound-names -fincludes-quoted -fno-include-deps -funnamed-unions -no-gen-example -no-gen-BER -no-gen-OER -no-gen-UPER $...

It would be nice if `asn1c -pdu=PDU` would only generate code for the dependencies of the given PDU. Or at least list them... Using asn1c for 5G development sometimes we...

**Describe the bug** Using the following code to test connection ton InfluxDB: ``` import asyncio import aiosonic async def aiosonic_test(): c = aiosonic.HTTPClient() async def get(url): r = await c.get(url)...

How come there is no "servers" for the OAuth2 service in NRF? I was expecting something like "{apiRoot}/nnrf-auth/v1"... https://github.com/jdegre/5GC_APIs/blob/77d17f17dd409c9fa3c930328bdf13bc43ef6e30/TS29510_Nnrf_AccessToken.yaml#L16

Cannot see the text on Top/Bottom of markers, though it shows fine on Hover (no matter the setting)...

Hello, I want to connect two linux servers with no public IP by using ProtonVPN as a sort of virtual LAN. But support team says that connectivity between ProtonVPN endpoints...

Hello I just ported it to Python 3.7 and made some tests to compare with Redis... Performance is pretty good up to ~100,000 keys, however I am finding that the...