Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thuck/python-smpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: thuck/python-smpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: parts
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 6, 2012

  1. Total redesign of the smpp_parts to be used as properties in the top …

    …level objects
    
    The code is a bit obscure, but if some time it could be figure out
    thuck committed Apr 6, 2012
    Configuration menu
    Copy the full SHA
    6f829d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2012

  1. Configuration menu
    Copy the full SHA
    69e79e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2012

  1. Mandatory parameters done, except for the command_len and the sm_len.

    Started to port the smpp_operations from old to new model.
    Included the c-octet-string and the octet-string.
    thuck committed Apr 8, 2012
    Configuration menu
    Copy the full SHA
    26acf57 View commit details
    Browse the repository at this point in the history
  2. Starting the smpp parser.

    A function will act as a factory to setup smpp commands
    thuck committed Apr 8, 2012
    Configuration menu
    Copy the full SHA
    540b662 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2012

  1. Configuration menu
    Copy the full SHA
    ad53821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06bb266 View commit details
    Browse the repository at this point in the history
  3. Added code example.

    thuck committed Apr 10, 2012
    Configuration menu
    Copy the full SHA
    ef4d6ee View commit details
    Browse the repository at this point in the history
Loading