Git Product home page Git Product logo

gsm0348's Introduction

API and realization of GSM 03.48 / ETSI TS 102 225 / ETSI TS 131 115 / 3GPP TS 31.115 standard for Java

This project moved to Open Telecoms - https://github.com/opentelecoms-org/gsm0348. Latest version you can find here is 1.2.3. All updates and improvment will be done in Open Telecoms repository.

gsm0348's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gsm0348's Issues

Incorrect signing for data lengths > 255

In .../PacketBuilderImpl.java:

signData[0] = (byte) ((length & 0xFF) >> 8);

Which will always be zero. Should be something more like (byte)((length >> 8)&0xFF) ?

Parent pom uses incorrect version

Please fix in the parent pom the version and use 
<version>1.2.3</version>
The modules are referencing this versions and the parent is specifying 1.2.2.

Original issue reported on code.google.com by [email protected] on 14 Aug 2014 at 10:22

Incorrect encodinig

What steps will reproduce the problem?
1. Encoding  0x01 followed by 0x02

Incorrect packet is created.


Original issue reported on code.google.com by TapuMail on 3 Sep 2012 at 8:05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.